Skip to content

maxMapCount returns invalid argument error by initContainerΒ #133

@jgongil

Description

@jgongil

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 and repository: 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions