Hello to everyone,
I had in a slave virtual machine with a Windows XP the following error message in jenkins:
Out of memory at line: 1779.
Instead I had more than one and in different line, for example also at line 196 and 149. Looks like is solved when I shutdown the jenkins service or when I restart the OS, but the truth is that to have the work environment that I need, the Slave should be working for long time.
I am not completly sure about the issue, but searching and installing in eclipse the Memory Analyzer Tool and downloading the heapdump.hprof for that slave and reading it with MAT, I could see that there was a problem with the used heap size memory inside a HashMap within a google library "com.google.common.collect.MapMakerInternalMap" used by some class hierarchy that starts with org.kohsuke.stapler", somebody knows how to fix this, so I can have my slave running for a long term?.
Thanks in advance.
Upload there are some pictures from the MAT report, the chart says how much heapsize is being used (the one with 30 and 13,5 is the main problem), and the other one is a hierarchy of the classes that are using the library described previously.
Wrong component, seems not to related to the warnings plug-in,