Encountered an error

While try to run DBT models in my local machine , i got the below
image (1)

Previously it is working without any issue. Now, i got the error.

Without any hint in the error. So, i check the log file it as

2021-03-18 09:43:50.005246 (MainThread): Sending event: {‘category’: ‘dbt’, ‘action’: ‘invocation’, ‘label’: ‘end’, ‘context’: [<snowplow_tracker.self_describing_json.SelfDescribingJson object at 0x480C32B0>, <snowplow_tracker.self_describing_json.SelfDescribingJson object at 0x480C3850>, <snowplow_tracker.self_describing_json.SelfDescribingJson object at 0x45B4FF40>]}
2021-03-18 09:43:50.005246 (MainThread): Flushing usage events
2021-03-18 09:43:51.846732 (MainThread): Encountered an error:
2021-03-18 09:43:51.846732 (MainThread):
2021-03-18 09:43:51.946844 (MainThread): Traceback (most recent call last):
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\main.py”, line 124, in main
results, succeeded = handle_and_check(args)
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\main.py”, line 202, in handle_and_check
task, res = run_from_args(parsed)
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\main.py”, line 255, in run_from_args
results = task.run()
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\task\runnable.py”, line 399, in run
self._runtime_initialize()
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\task\runnable.py”, line 118, in _runtime_initialize
super()._runtime_initialize()
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\task\runnable.py”, line 78, in runtime_initialize
self.load_manifest()
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\task\runnable.py”, line 66, in load_manifest
self.write_manifest()
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\task\runnable.py”, line 62, in write_manifest
self.manifest.write(path)
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\contracts\graph\manifest.py”, line 762, in write
self.writable_manifest().write(path)
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\contracts\util.py”, line 51, in write
write_json(path, self.to_dict(omit_none=omit_none)) # type: ignore
File “c:\users\appdata\local\programs\python\python38-32\lib\site-packages\dbt\clients\system.py”, line 170, in write_json
return write_file(path, json.dumps(data, cls=dbt.utils.JSONEncoder))
File "c:\users\appdata\local\programs\python\python38-32\lib\json_init
.py", line 234, in dumps
return cls(
File “c:\users\appdata\local\programs\python\python38-32\lib\json\encoder.py”, line 202, in encode
return ‘’.join(chunks)
MemoryError