Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Limit memory

Hi All

I am a bit of a newbie with jetty so please excuse if this is a n00b question.

I am using jetty 8 on a debian box.

On this machine every second day or so it seems hog to much memory and we're getting alerts of to much memory usage, restarting jetty takes care of the issue, but it's less then a good workaround.

Is there any way of limiting jetty's memory usage? I ps -ef | grep jetty8 givesĀ /usr/lib/jvm/default-java/bin/java -Xmx768m which suggests that there is already a memory limit in use but as I mentioned jetty every now and so often starts using memory way to much so I don't think it's using the limitation.

Any ideas or suggestions is greatly appreciated.

Regards
Per

Back to the top