Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Hudson Snapshot Instance OutOfMemoryError

On 05/17/2013 08:24 AM, Stephan Leicht Vogt wrote:

What is the best way to reach a person which can solve this issue? Should I open a Bug?

Something in your job was trying to allocate 2G of RAM .. That doesn't seem right to me.

A fatal error has been detected by the Java Runtime Environment:
#
# java.lang.OutOfMemoryError: requested 2147483656 bytes for Chunk::new. Out of swap space?
#
#  Internal Error (allocation.cpp:215), pid=27591, tid=2729401200
#  Error: Chunk::new
#


A bit of Googling leads me to believe we perhaps need to run Hudson on a newer JVM, as this seems to point to a memory leak.

Please file a bug against Eclipse Foundation > Community > Hudson.

Thanks

Back to the top