Skip to content

Commit 240d771

Browse files
committed
Fix JVM buffer sizes for Cosmos DB integeration tests
1 parent 9974e04 commit 240d771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/storage-compatibility-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ jobs:
101101
- name: Run integration tests
102102
working-directory: ledger
103103
run: |
104-
java -cp "build/test-libs/*;build/libs/*;build/classes/java/integrationTest" `
104+
java -Xmx6g -XX:MaxDirectMemorySize=4g `
105+
-cp "build/test-libs/*;build/libs/*;build/classes/java/integrationTest" `
105106
"-Dscalardb.storage=cosmos" `
106107
"-Dscalardb.contact_points=https://localhost:8081/" `
107108
"-Dscalardb.password=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==" `

0 commit comments

Comments
 (0)