mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Remove Gossip settling delay, this is single-node Cassandra.
This commit is contained in:
parent
9225ff7c79
commit
5a9a9e0c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ local images = import "values/images.jsonnet";
|
|||
engine.container("cassandra")
|
||||
.with_image(images.cassandra)
|
||||
.with_environment({
|
||||
JVM_OPTS: "-Xms300M -Xmx300M",
|
||||
JVM_OPTS: "-Xms300M -Xmx300M -Dcassandra.skip_wait_for_gossip_to_settle=0",
|
||||
})
|
||||
.with_limits("1.0", "1000M")
|
||||
.with_reservations("0.5", "1000M")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue