whenever i try to add RAM to my minecraft it keeps on poping up
Error occurred during initialization of VM
Too small initial heap for new size specified
and i have 4 Gigs of RAM and i want to add 1 or more casue it keeps on crashing me and i have a 64 bit windows 8.
and i do -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G and i dont see anything wrong with it
When allocating more RAM to minecraft, Simple enable JVM Arguments, and type this in:
-Xmx2G -Xms2G
The number 2 in this instance will be replaced with the amount of RAM you would like to allocate. You can also alternatively use 'M' To specify an amount in Mega Bytes, If you do not with to dedicate a full Gigabyte.
Error occurred during initialization of VM
Too small initial heap for new size specified
and i have 4 Gigs of RAM and i want to add 1 or more casue it keeps on crashing me and i have a 64 bit windows 8.
and i do -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G and i dont see anything wrong with it
-Xmx2G -Xms2G
The number 2 in this instance will be replaced with the amount of RAM you would like to allocate. You can also alternatively use 'M' To specify an amount in Mega Bytes, If you do not with to dedicate a full Gigabyte.