Skip to content

Commit

Permalink
add java maxMemory -Xmx60G parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cococo2000 committed Mar 7, 2024
1 parent 7d0df1d commit 7c0690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olxpbenchmark
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
java -jar target/olxpbenchmark-2.0-jar-with-dependencies.jar $@
java -Xmx60G -jar target/olxpbenchmark-2.0-jar-with-dependencies.jar $@

0 comments on commit 7c0690d

Please sign in to comment.