Hello,
I have JIRA currently consuming about 700-1gig of memory. JIRA still crashed evey couple of days.
How should I change these so that JIRA will up all the time.
When I change parameters from
JvmMs = 1024
JvmMx=1024
Other combination:
JvmMs = 256
JvmMx=1024
-Dcatalina.base=C:\Program Files (x86)\Atlassian\JIRA
-Dcatalina.home=C:\Program Files (x86)\Atlassian\JIRA
-Djava.endorsed.dirs=C:\Program Files (x86)\Atlassian\JIRA\endorsed
-Dmail.mime.decodeparameters=true
-Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true
-Djava.io.tmpdir=C:\Program Files (x86)\Atlassian\JIRA\temp
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=C:\Program Files (x86)\Atlassian\JIRA\conf\logging.properties
-XX:MaxPermSize=512m (I have tried changing this too but it doesn't work)
Seems that your problem is on the JVM native side.
Please check the version of the Java runtime. There are a couple of bugs you might hit on the JVM side. Specifically, please run your JVM with:
-XX:-DoEscapeAnalysis
since starting from version 6.u24 ORCL has done some "improvements"
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7013538
This one has been fixed on u27.
... and please lower your MaxPermSize to 256mb
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
# # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (malloc) failed to allocate 131080 bytes for Chunk::new # 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. # # Out of Memory Error (allocation.cpp:317), pid=5104, tid=3352 # # JRE version: 6.0_26-b03 # Java VM: Java HotSpot(TM) Server VM (20.1-b02 mixed mode windows-x86 ) --------------- T H R E A D ---------------
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is from morning time. I have about 8-9 log files that are similar. This is on Win Server 2008 R2.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you provide us with a log of the crash so we can determine what the actual cause is? Do you know for sure it's memory related?
In any case, you haven't set the maximum memory to anything more than 1Gig. Try and Mx of 2048 for example
But really, we would rather a little more science, so we need more info to help fully
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.