My new *G1GC* parameters: -server -Xms256m -Xmx256m -XX:+AlwaysPreTouch -XX:+UseG1GC -XX:MaxGCPauseMillis=10 -XX:+PerfDisableSharedMem -XX:+ParallelRefProcEnabled
I found an interesting article about a major Linux related GC bug which is causing long pauses: http://www.evanjones.ca/jvm-mmap-pause.html PerfDisableSharedMem can be used with G1GC and CMS but your VisualVM won't be able to see these Java processes but that's OK for production, you will have to explicitly bind JMX to monitor the JVM. Enjoy, Guido. On Monday, February 1, 2016 at 7:11:09 PM UTC, Konstantin Shaposhnikov wrote: > > Out of curiosity what are the average and max GC pause times you observing > with these settings? -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
