aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-07-16 16:35:27 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-07-18 20:54:55 +1200
commit56fcf988495ec1b36655534f4cc2ae786e2ab8c5 (patch)
tree75f15db0cf3497d1742fabe5a3e8a555ba3ea0de /benchmark
parent001f187ed6539f320421d8893d2f3c8f584cc3a5 (diff)
downloadruby-56fcf988495ec1b36655534f4cc2ae786e2ab8c5.tar.gz
Add note about setting `vm.max_map_count` for Linux.
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/vm2_fiber_count.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/vm2_fiber_count.yml b/benchmark/vm2_fiber_count.yml
index 2005772e84..3ecf6bdcb2 100644
--- a/benchmark/vm2_fiber_count.yml
+++ b/benchmark/vm2_fiber_count.yml
@@ -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: