Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
  • Community
  • Products
  • Fisheye/Crucible
  • Questions
  • I have allocated crucible@crucible-app:/usr/share/atlassian/fecru-3.5.1/bin$ echo $FISHEYE_OPTS -XX:MaxPermSize=4096m -Xms4096m -Xmx7168m for FishEye on linux server but it has failed to run when I checked logs i found following error

I have allocated crucible@crucible-app:/usr/share/atlassian/fecru-3.5.1/bin$ echo $FISHEYE_OPTS -XX:MaxPermSize=4096m -Xms4096m -Xmx7168m for FishEye on linux server but it has failed to run when I checked logs i found following error

rahuldanwade
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 12, 2014

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.

 

2 answers

0 votes
William Zanchet [Atlassian]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 12, 2014

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

rahuldanwade
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 12, 2014

Hi William, upgrade to 64bit is the only solution. Is there any workaround?

rahuldanwade
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 12, 2014

in which file FISHEYE_OPT values are stored? which directory on linux platform?

0 votes
rahuldanwade
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 12, 2014

what is maximum heap size I should allocate.

currently it is 7168MB

and permanent size is 4096

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events