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

I would start by setting up a profiler and looking at your application
to determine where the memory is going.  I like YourKit, it has a free
30 day trial and is excellent at capturing this sort of information.
--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Thu, Oct 16, 2014 at 6: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


Back to the top