mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Increase resources (#133)
This commit is contained in:
parent
9ebfe0d94a
commit
614e49997d
2 changed files with 5 additions and 5 deletions
|
|
@ -13,10 +13,10 @@ local images = import "values/images.jsonnet";
|
|||
engine.container("cassandra")
|
||||
.with_image(images.cassandra)
|
||||
.with_environment({
|
||||
JVM_OPTS: "-Xms256M -Xmx256M",
|
||||
JVM_OPTS: "-Xms300M -Xmx300M",
|
||||
})
|
||||
.with_limits("1.0", "800M")
|
||||
.with_reservations("0.5", "800M")
|
||||
.with_limits("1.0", "1000M")
|
||||
.with_reservations("0.5", "1000M")
|
||||
.with_port(9042, 9042, "cassandra")
|
||||
.with_volume_mount(vol, "/var/lib/cassandra");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue