We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9974e04 commit 240d771Copy full SHA for 240d771
.github/workflows/storage-compatibility-check.yaml
@@ -101,7 +101,8 @@ jobs:
101
- name: Run integration tests
102
working-directory: ledger
103
run: |
104
- java -cp "build/test-libs/*;build/libs/*;build/classes/java/integrationTest" `
+ java -Xmx6g -XX:MaxDirectMemorySize=4g `
105
+ -cp "build/test-libs/*;build/libs/*;build/classes/java/integrationTest" `
106
"-Dscalardb.storage=cosmos" `
107
"-Dscalardb.contact_points=https://localhost:8081/" `
108
"-Dscalardb.password=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==" `
0 commit comments