-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Chart type
Memgraph Standalone
Chart version:
0.2.1
What happened?
Increasing the default maxMapCount above 524288 makes the init container to crash with sysctl: invalid argument
.
Environment:
- AKS node: RAM size 384GB, vCPU: 48.
- Tested with
repository: memgraph/memgraph-mage
andrepository: memgraph/memgraph
, versions 3.2.0. and 3.2 respectively.
Relevant log output:
sysctl invalid argument
Workaround
It could be related to the expected amount of chars in the numeric value of the values.yaml file because encapsulating the figure with double quotes fixes the issue, e.g. maxMapCount: "4194304"
instead of maxMapCount: 4194304
as in the default value.
gitbuda
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working