Skip to content

Commit

Permalink
give more memory to run_demo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Oct 16, 2023
1 parent e0426f4 commit 6da334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java_binding/run_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -x

cd ${RISINGWAVE_ROOT}/java

java -cp "./java-binding-integration-test/target/dependency/*:./java-binding-integration-test/target/classes" \
java -Xmx12288m -cp "./java-binding-integration-test/target/dependency/*:./java-binding-integration-test/target/classes" \
com.risingwave.java.binding.HummockReadDemo

psql -d dev -h localhost -p 4566 -U root << EOF
Expand Down

0 comments on commit 6da334b

Please sign in to comment.