Any idea to reduce RAM consumption? #2945
Replies: 2 comments 5 replies
-
Hey @ivancarlosti! I'm here to help you with any bugs or questions you have. Let's work together to solve this issue! There are two similar closed issues regarding high RAM usage with Stirling-PDF. One of them suggests that the high RAM usage is likely due to Java's heap memory. You can try setting a maximum heap size to limit RAM usage. Additionally, consider performing thread limiting and making changes to garbage collection settings to reduce RAM usage [1][2]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other | Bug Report |
Beta Was this translation helpful? Give feedback.
-
The security version uses much more ram than non security Sadly if you need these features 400-500mb is baseline for the security and database requirements |
Beta Was this translation helpful? Give feedback.
-
This is my docker compose file, I limited it to consume 512MB RAM but it tops all these 512MB since startup.
There is any way to let it run without eating too much RAM, at least when not doing any operation?
Thanks a lot and regards
Beta Was this translation helpful? Give feedback.
All reactions