Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] preparing 2.0

try starting the JVM with
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=<value>
then you should get a heap dump when OOM happens

You also may use jmap, jconsole, jstat or VisualVM to monitor heap consumption.

--
Matthias


2012/5/25 Markus Duft <markus.duft@xxxxxxxxxx>
On 05/25/2012 01:19 AM, Robin Rosenberg wrote:
> Matthias Sohn skrev 2012-05-24 08.59:
[snap]
>
> Out-of-memory has previously been a source.

i doubt it in this case, any way to detect whether it is?

markus

>
> -- robin
>
> _______________________________________________
> jgit-dev mailing list
> jgit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jgit-dev
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jgit-dev



--
Matthias

Back to the top