Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty java process heap usage increasing regularly

Thanks all for the response, I ran the heap analyzer and came to know that issue was not jetty but some regex library. I was running uasparser which was leading to increasing object instantiation.  

On 16 October 2014 19:00, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
Eclipse MAT is a also a good place to start (its free)


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts

On Thu, Oct 16, 2014 at 4:53 AM, mohit Agrawal <mohit3081989@xxxxxxxxx> wrote:
Hi All,

I am a java programmer and have used jetty before. Currently I am using Jetty 8.1.14.v20131031. After starting the jetty process the heap usage for the process increases with time and go out of memory allocated. I am running Jetty with 6 GB of memory limit, when the process starts it instantly reaches 4GB and then slowly keep on increasing to 6GB. And then jetty starts giving timeouts. Can you please let me know the issue with it?



--
Mohit Agrawal
Tech Lead


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Mohit Agrawal
Tech Lead
Ibibo Group

Back to the top