Size: 220
Comment:
|
Size: 379
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
=== Disable IPv6 === | == Disable IPv6 == |
Line 10: | Line 10: |
== Empty disk cache == Forces the Linux kernel to discard/invalidate all disk caches. {{{#!highlight sh sync echo 3 > /proc/sys/vm/drop_caches }}} |
Compiling a single Linux kernel module
1 make -C /lib/modules/`unam e -r`/build M=`pwd`
Disable IPv6
Add ipv6.disable=1 as a kernel boot parameter.
Empty disk cache
Forces the Linux kernel to discard/invalidate all disk caches.