You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We mmap a lot of files under some circumstances. The kernel parameter vm.max_map_count limits how many mmap areas a process can have open, and defaults to 65536. We should document the impact of this and provide guidance for tuning, maybe in the form of a formula based on number of namespaces, block size, etc. Maybe the host can even warn on boot if the setting is not tuned correctly.
The text was updated successfully, but these errors were encountered:
We mmap a lot of files under some circumstances. The kernel parameter
vm.max_map_count
limits how many mmap areas a process can have open, and defaults to 65536. We should document the impact of this and provide guidance for tuning, maybe in the form of a formula based on number of namespaces, block size, etc. Maybe the host can even warn on boot if the setting is not tuned correctly.The text was updated successfully, but these errors were encountered: