0% found this document useful (0 votes)
3 views1 page

Java Error

The document describes an Out of Memory Error encountered by the Java Runtime Environment due to insufficient memory allocation. It lists possible reasons for the error, including lack of physical RAM or swap space, and suggests solutions such as reducing memory load, increasing physical memory, or adjusting Java heap size. Additionally, it mentions the implications of running with CompressedOops enabled and provides guidance on setting the Java Heap base address.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Java Error

The document describes an Out of Memory Error encountered by the Java Runtime Environment due to insufficient memory allocation. It lists possible reasons for the error, including lack of physical RAM or swap space, and suggests solutions such as reducing memory load, increasing physical memory, or adjusting Java heap size. Additionally, it mentions the implications of running with CompressedOops enabled and provides guidance on setting the Java Heap base address.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

#

# There is insufficient memory for the Java Runtime Environment to continue.


# Native memory allocation (malloc) failed to allocate 1057136 bytes. Error detail:
Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# This process is running with CompressedOops enabled, and the Java Heap may be
blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Unscaled Compressed Oops mode in which the Java heap is
# placed in the first 4GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 4GB virtual
address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (arena.cpp:168), pid=11296, tid=9276
#

You might also like