On Thu, Dec 20, 2012 at 10:37 PM, Wright, Omari <[email protected]>wrote:
> Yes, apache ftpserver and apache sshd are behaving the same way. They both > exceed the max heap size set for them until all of the VMs RAM is consumed. > A ps fauxwww shows the apache sshd process at 3GB Ram while it was only > allocated 2. Apache ftpserver is at 5GB even though it was only allocated > 3. This maxes out the 8G ram the VM had allocated to it and produces > terribly slow interactions with both servers. > Could you possibly profile the JVMs (using for example VisualVM) in order to better track down what's actually uses up your memory? Do you see any GC runs and are the able to reclaim any memory? The behavior you're describing is atypical an thus we need more clues into what could be causing it. I'm assuming your running the standalone servers without any customizations? You you also provide your configuration and JVM settings? /niklas
