Skip to content

Commit

Permalink
Adding config option for GC correction
Browse files Browse the repository at this point in the history
fixes #36
  • Loading branch information
fireduck64 committed Jun 1, 2018
1 parent 764746c commit 600fb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/snowblossom/miner-mem.bat
@@ -1,4 +1,4 @@

java -Xmx6g -jar SnowBlossomMiner_deploy.jar miner-mem.conf
java -XX:+UseParallelOldGC -Xmx12g -jar SnowBlossomMiner_deploy.jar miner-mem.conf
pause

0 comments on commit 600fb45

Please sign in to comment.