[3.0] 3a63dd0 Typo in tutorial
Dag Haavi Finstad
daghf at varnish-cache.org
Tue Oct 9 15:01:59 CEST 2012
commit 3a63dd0fbc90eeb3e19c5cf1acbd2c1d373993c2
Author: Dag Haavi Finstad <daghf at varnish-software.com>
Date: Tue Oct 9 15:01:48 2012 +0200
Typo in tutorial
diff --git a/doc/sphinx/tutorial/troubleshooting.rst b/doc/sphinx/tutorial/troubleshooting.rst
index 5bbcf6c..0e86319 100644
--- a/doc/sphinx/tutorial/troubleshooting.rst
+++ b/doc/sphinx/tutorial/troubleshooting.rst
@@ -65,7 +65,7 @@ errors will be logged in syslog. It might look like this::
Specifically if you see the "Error in munmap" error on Linux you might
want to increase the amount of maps available. Linux is limited to a
-maximum of 64k maps. Setting vm.max_max_count i sysctl.conf will
+maximum of 64k maps. Setting vm.max_map_count in sysctl.conf will
enable you to increase this limit. You can inspect the number of maps
your program is consuming by counting the lines in /proc/$PID/maps
More information about the varnish-commit
mailing list