-
Describe your problemIs there any way to lower the memory footprint? Agent seems to 5+% of system memory while idleling. |
Beta Was this translation helpful? Give feedback.
Answered by
g-bougard
Apr 28, 2025
Replies: 1 comment 2 replies
-
Hi @Megachip the problem is it is actually based on perl which is really memory consuming as perl uses memory to optimize the code flow. Next major version should use far less memory as it will be based on Go language. Memory consumption maybe too big on system with low memory. In that case, you can setup agent to be run in half-managed mode. So memory is freed as soon as agent has run the required tasks. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Megachip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Megachip
the problem is it is actually based on perl which is really memory consuming as perl uses memory to optimize the code flow. Next major version should use far less memory as it will be based on Go language.
Memory consumption maybe too big on system with low memory. In that case, you can setup agent to be run in half-managed mode. So memory is freed as soon as agent has run the required tasks.