I want to write GC data and add the following VM argument in eclipse:
-verbose:gc
-XX:+PrintGCDetails
-XX:+PrintGCTimeStamps
-Xmx768M
Now, when I run the application, I get a dialog box with an error saying: "Unable to create Java virtual machine."
What is the problem?
source
share