mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +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
|
|
@ -64,12 +64,12 @@ local url = import "url.jsonnet";
|
|||
deploy: {
|
||||
resources: {
|
||||
limits: {
|
||||
cpus: '0.5',
|
||||
memory: '128M'
|
||||
cpus: '1.0',
|
||||
memory: '512M'
|
||||
},
|
||||
reservations: {
|
||||
cpus: '0.1',
|
||||
memory: '128M'
|
||||
cpus: '0.5',
|
||||
memory: '512M'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue