Skip to content

Commit e4ca6a5

Browse files
committed
Fix compilation under 32 bits systems
They have ridiculous default values for max stack size and max heap size.
1 parent e6be996 commit e4ca6a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jvmopts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-Xss1m
2+
-Xms512m
3+
-Xmx1200m

0 commit comments

Comments
 (0)