mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
5 lines
195 B
Plaintext
5 lines
195 B
Plaintext
# 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
|