Skip to content

Commit e51dcca

Browse files
committed
fix for memory issue
1 parent b6962ab commit e51dcca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jdk_11_maven/em/external/graphql/timbuctoo/src/main/java/em/external/nl/knaw/huygens/ExternalEvoMasterController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public String[] getJVMParameters() {
142142
"-Ddw.databases.databaseLocation="+tmpFolder+"/datasets",
143143
"-Ddw.databaseConfiguration.databasePath="+tmpFolder+"/neo4j",
144144
"-Ddw.dataSet.dataStorage.rootDir=/datasets",
145+
"-Xmx4G"
145146
};
146147
}
147148

0 commit comments

Comments
 (0)