mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Fix neo4j (#29)
* - Fix Neo4j memory - Fix neo4j query * Version to 0.7.6
This commit is contained in:
parent
8372ff0eb6
commit
e7c498be92
18 changed files with 229 additions and 229 deletions
|
|
@ -27,11 +27,11 @@ local images = import "../images.jsonnet";
|
|||
resources: {
|
||||
limits: {
|
||||
cpus: '1.0',
|
||||
memory: '256M'
|
||||
memory: '768M'
|
||||
},
|
||||
reservations: {
|
||||
cpus: '0.5',
|
||||
memory: '256M'
|
||||
memory: '768M'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue