1
0
Fork 0
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:
Samuel Williams 2019-07-16 16:35:27 +12:00
parent 001f187ed6
commit 56fcf98849
No known key found for this signature in database
GPG key ID: A0765423A44728FB

View file

@ -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: