Skip to content

Commit

Permalink
Setting minimum heap size to 1GB to support 32-bit JVMs
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Dec 3, 2015
1 parent be6e793 commit e92ec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ohdsi/usagi/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.ohdsi.usagi.ui.UsagiMain;

public class Launcher {
private final static int MIN_HEAP = 1500;
private final static int MIN_HEAP = 1000;

public static void main(String[] args) throws Exception {

Expand Down

0 comments on commit e92ec40

Please sign in to comment.