Profile Image
WOOD38

unset options are displaying even though it has not been added to jvm options

It has not been added to JVM options.
However, unset options are displayed.


Please check the options below.

 

[Actual JVM Option]
-J-Xms8g -J-Xmx8g
-J-XX:+ParallelRefProcEnabled
-J-XX:+UseLargePages
-J-XX:+UseG1GC -J-XX:MetaspaceSize=256m -J-XX:MaxMetaspaceSize=256m -J-XX:+UseStringDeduplication
-J-XX:G1RSetUpdatingPauseTimePercent=5 -J-XX:MaxGCPauseMillis=500 -J-XX:+UseLargePagesInMetaspace
-J-XX:+PrintGCDetails -J-verbosegc -J-XX:+PrintGCDateStamps -J-XX:+PrintHeapAtGC -J-XX:+PrintTenuringDistribution
-J-XX:+PrintGCApplicationStoppedTime -J-XX:+PrintPromotionFailure -J-XX:PrintFLSStatistics=1
-J-Xloggc:/home/tapp/var/tp2/gclog/brid_gc.log
-J-XX:+UseGCLogFileRotation -J-XX:NumberOfGCLogFiles=3 -J-XX:GCLogFileSize=100M
-J-XX:+HeapDumpOnOutOfMemoryError -J-XX:HeapDumpPath=/home/tapp/var/tp2/gclog/heapdump_brid.hprof
-Dpname=brid
-Dpidfile.path=/dev/null
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=9091
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.local.only=false

 

[GC Easy Option]
-XX:CICompilerCount=15 -XX:ConcGCThreads=7 -XX:G1HeapRegionSize=4194304 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:GCLogFileSize=104857600 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpOnOutOfMemoryError -XX:HeapDumpPath/tpt /heapdump_brid.hprof -XX : InitialHeapSize = 8,589,934,592 -XX : + ManagementServer? -XX : MarkStackSize = 4194304 -XX : MaxGCPauseMillis = 500 - XX : MaxHeapSize = 8,589,934,592 -XX : MaxMetaspaceSize = 268435456 -XX : MaxNewSize = 5,150,605,312 -XX : = MetaspaceSize 268435456 -XX:MinHeapDeltaBytes=4194304 -XX:NumberOfGCLogFiles=1 -XX:+ParallelRefProcEnabled -XX:PrintFLSStatistics=1 -XX:+PrintGC -XX:+PrintGCApplicationStoppedTime-XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -XX:+PrintPromotionFailure -XX:+PrintTenuringDistribution -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseG1GC -XX:+UseGCLog -XX:+UseLargePages -XX:+UseLargePagesInMetaspace -XX:+UseStringDeduplication

 



Report URL - https://gceasy.io/my-gc-report.jsp?p=c2hhcmVkLzIwMjEvMDcvMTUvLS1icmlkX2djLmxvZy56aXAtLTctNTctMzc=&channel=WEB

  • jvmoptions

Please Sign In or to post your comment or answer

Profile Image

Ram Lakshmanan

Hello Wood!

 

 Greetings.

 

 GCeasy reports the arguments that are reported by the JVM GC logs. Here are couple of thoughts for you to see the unset options reported:

 

a. Sometimes JVM can pickup default arguments and prints it.

 

b. Can you issue 'ps -ef | grep <PROCESS_ID>' and see what arguments are printed in the screen? See whether that matches with what you are seeing in your GCeasy report

 

c. Sometimes JVM arguments can be set from other places than the place where you are looking.

 

 

 

 

 

 

 

 

Profile Image

WOOD38

Thank you for your reply.

Then how do I check where to get other acquisitions?

Profile Image

Ram Lakshmanan

Hello Wood!

 

 Is this application running in tomcat server? 

Profile Image

WOOD38

This is the application server

Profile Image

Ram Lakshmanan

Hello Wood! What application server is it? 

Got something else on mind? Post Your Question

Not the answer you're looking for? Browse other questions tagged
  • jvmoptions