We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
vm.max_map_count 是 Linux 内核参数,它定义了一个进程可能拥有的最大内存映射区域数量。这个参数的默认值可能因系统而异,但在许多系统上,它的默认值是 65530。
But some application need more large value
The text was updated successfully, but these errors were encountered:
use Busybox container to modify for temp solution
busybox: image: busybox command: /bin/sh -c "sysctl -w vm.max_map_count=262144" privileged: true
Sorry, something went wrong.
No branches or pull requests
Describe the bug
vm.max_map_count 是 Linux 内核参数,它定义了一个进程可能拥有的最大内存映射区域数量。这个参数的默认值可能因系统而异,但在许多系统上,它的默认值是 65530。
But some application need more large value
The text was updated successfully, but these errors were encountered: