There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 2863661056 bytes for committing reserved memory.
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Use 64 bit Java on a 64 bit OS
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
Hi Rahul,
Based on past customers OS that has a 32bit architecture has a limited amount of memory that we can allocate. I would recommend you to migrate from OS 32bit to 64bit and if you're using JRE 32bit, I also suggest you to upgrade to 64bit.
That way you can use your computer resources at a maximum.
You've mentioned that the CPU is running out of physical RAM, so I would recommend you to increase so can have enough memory to work, and then do the fine touch by adding the JVM parameters there.
Cheers,
WZ
Hi William, upgrade to 64bit is the only solution. Is there any workaround?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
in which file FISHEYE_OPT values are stored? which directory on linux platform?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what is maximum heap size I should allocate.
currently it is 7168MB
and permanent size is 4096
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.