Closed Marvin-TMG closed 2 years ago
Dear Marvin,
grep vm.max_map_count /etc/sysctl.conf vm.max_map_count=262144
This command would show you if the corresponding setting is present in your /etc/sysctl.conf
file.
On the other hand, the command sysctl -w vm.max_map_count=262144
will invoke the setting ad hoc and activate it for subsequent commands.
In order to make it persistent / reboot-safe, you will have to add the setting to your /etc/sysctl.conf
file, followed by invoking sysctl -p
to activate the settings.
With kind regards, Andreas.
Hi again,
I hope you have been able to resolve the issue based on the information I shared with you.
vm.max_map_count
_.Please reopen if you need more assistance on this topic.
With kind regards, Andreas.
The image does not start, there is the following error:
Any ideas how to solve this?
I read that the following command can be ran before starting the image
grep vm.max_map_count /etc/sysctl.conf vm.max_map_count=262144