Solved

Engine memory usage not being freed

  • 5 July 2022
  • 1 reply
  • 63 views

 

After running a few draft runs, pausing and running it again, the memory reaches 80% and I can't run anymore and I have to restart the Engine.

How to make the memory free automatically since even with no more draft runs running the memory remains at 80%

icon

Best answer by Rishi 5 July 2022, 16:15

View original

1 reply

Userlevel 4
Badge

@anthony.souza In java garbage collection is responsible for automatic memory management.

However, garbage collection is an asynchronous process and it kicks in under specific conditions when needed to provide more memory for object creation.  

Please check the below article for more details.
https://community.streamsets.com/best-practice-45/notes-about-garbage-collection-108

Also, I would suggest to Change per engine Max Memory to 100%

 

 

Reply