Commit 9ac4e87c authored by Lasse Karstensen's avatar Lasse Karstensen

Add into index. Formatting of commandline

parent 7e0bcc1e
...@@ -28,7 +28,7 @@ separate topic. Good luck. ...@@ -28,7 +28,7 @@ separate topic. Good luck.
purging purging
compression compression
esi esi
virtualised platformnotes
websockets websockets
devicedetection devicedetection
advanced_backend_servers advanced_backend_servers
......
...@@ -3,17 +3,16 @@ Platform specific notes ...@@ -3,17 +3,16 @@ Platform specific notes
------------------------ ------------------------
Transparent hugepages on Redhat Linux 6 Transparent hugepages on Redhat Linux 6
~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On RHEL6 Transparent Hugepage kernel support is enabled by default. On RHEL6 Transparent Hugepage kernel support is enabled by default.
This is known to cause sporadic crashes of Varnish. This is known to cause sporadic crashes of Varnish.
It is recommended to disable transparent hugepages on affected systems: It is recommended to disable transparent hugepages on affected systems::
$ echo "never" > /sys/kernel/mm/redhat_transparent_hugepage/enabled $ echo "never" > /sys/kernel/mm/redhat_transparent_hugepage/enabled
On Debian/Ubuntu systems running 3.2 kernels the value is "madvise", which does On Debian/Ubuntu systems running 3.2 kernels the default value is "madvise" and does not need to changed.
not need to be changed.
OpenVZ OpenVZ
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment