mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add note about setting vm.max_map_count
for Linux.
This commit is contained in:
parent
001f187ed6
commit
56fcf98849
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# On Linux, you will need to increase the maximum number of memory maps:
|
||||
# sudo sysctl -w vm.max_map_count=200000
|
||||
prelude: |
|
||||
fibers = []
|
||||
benchmark:
|
||||
|
|
Loading…
Reference in a new issue