Skip to content

Commit

Permalink
Tuning Java for minimal memory footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaoyuan committed Sep 4, 2018
1 parent 233ba67 commit a426fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions khipu-eth/src/universal/conf/application.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
-J-server
-J-Xms1G
-J-Xmx12G
-J-XX:MinHeapFreeRatio=10
-J-XX:MaxHeapFreeRatio=20
# set enough Xss to avoid stack overflow at block 2283416 etc
-J-Xss4M

Expand Down

0 comments on commit a426fb6

Please sign in to comment.