We've been using Bamboo for a couple months and noticed that when you install a remote agent as a Windows service it starts to consume vast amounts of virtual memory to the point where the service needs to be stopped and restarted.
Is there something in the remote agent configuration that can be edited to limit virtual memory use or is this a memory leak with the remote agent code?
Java programs eat as much memory as you give them. The default for heap is 512MB (there are some other memory types than heap, but heap is the biggest one). That limit is enforced by Java and the agent cannot exceed it.
If the agent reaches 500-700MB and stays there, that's normal. If it runs out of memory (dies / shows OutOfMemory errors), you should contact support. They will ask you for a heap dump, so if you know how to create it, you should attach it to the issue.
You can decrease the upper memory limit by modifying wrapper.java.maxmemory in the wrapper.conf file located in your agent home directory. You should be able to reduce it to 256MB without much problems - but if you run of memory, keep in mind that's unsupported.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.