Post moved to http://www.paulszulc.com/2009/how-to-maven-heap-overflow-in-tests/
You are sure about duplicated value in ? forkMode allows to use two CPU cores?
I’m dont understand the question.
This line is correct? -Xms512m -Xmx512m
Shouldn’t it be: -Xms512m
Hmm.. why?
I mean, when I ask java:
java -X
I get:
-Xms set initial Java heap size -Xmx set maximum Java heap size
JVM starts with -Xms amount of memory for the heap and can extend it to a maximum of -Xmx.
Sorry! I’m blind ;] I thought that these are the same values….
Fill in your details below or click an icon to log in:
You are commenting using your WordPress.com account. ( Log Out / Change )
You are commenting using your Twitter account. ( Log Out / Change )
You are commenting using your Facebook account. ( Log Out / Change )
Connecting to %s
Notify me of follow-up comments via email.
Get every new post delivered to your Inbox.
You are sure about duplicated value in ? forkMode allows to use two CPU cores?
I’m dont understand the question.
This line is correct?
-Xms512m -Xmx512m
Shouldn’t it be:
-Xms512m
Hmm.. why?
I mean, when I ask java:
java -X
I get:
-Xms set initial Java heap size
-Xmx set maximum Java heap size
JVM starts with -Xms amount of memory for the heap and can extend it to a maximum of -Xmx.
Sorry! I’m blind ;] I thought that these are the same values….