Error occurred during initialization of VM
Could not create CMS collector
Java HotSpot(TM) 64-Bit Server VM warning: CMSMarkStack backing store failure
Java HotSpot(TM) 64-Bit Server VM warning: Failed to allocate CMS Marking Stack
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
-Xmx6G -XX:+UseParNewGC -Xms2G -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -Xmn128M
is my JVM Arguement.
Error occurred during initialization of VM
Could not create CMS collector
Java HotSpot(TM) 64-Bit Server VM warning: CMSMarkStack backing store failure
Java HotSpot(TM) 64-Bit Server VM warning: Failed to allocate CMS Marking Stack
is my crash
Looks like you mess up with the JVM arguments.
Where?