mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-30 10:56:23 +02:00
Increase resources (#35)
* More memory for Cassandra * More memory/CPU for embeddings * Bump version, regenerate templates
This commit is contained in:
parent
6edc3f0ee1
commit
d69de52b04
18 changed files with 288 additions and 288 deletions
|
|
@ -21,11 +21,11 @@ local images = import "../images.jsonnet";
|
|||
resources: {
|
||||
limits: {
|
||||
cpus: '1.0',
|
||||
memory: '512M'
|
||||
memory: '800M'
|
||||
},
|
||||
reservations: {
|
||||
cpus: '0.5',
|
||||
memory: '512M'
|
||||
memory: '800M'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue