mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-23 11:59:03 +00:00
4 lines
195 B
Text
4 lines
195 B
Text
# Maximum number of memory pages a process may have.
|
|
# Increase this as some programs, particularly malloc debuggers
|
|
# may consume a lot more than the default (65530)
|
|
vm.max_map_count=2147483642
|