Skip to content

Commit

Permalink
Scylla: 8->4G (#6446)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Mar 30, 2023
1 parent 14891bc commit 132b96a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ScyllaDBBackendTestFactory() {
"--skip-wait-for-gossip-to-settle",
"1",
"--memory",
format("%dG", min(8, max(getRuntime().availableProcessors(), 2))),
format("%dG", min(4, max(getRuntime().availableProcessors(), 2))),
"--overprovisioned",
"1"));
}
Expand Down

0 comments on commit 132b96a

Please sign in to comment.