Tag: fedora
-
Fedora Constantine, SYSRQ and needless swapping
By default, fedora disables the SYSRQ functionality of the kernel, for some reason. To enable it, either add sysrq_always_enabled at the end of your kernel line in /boot/grub/menu.conf, or edit /etc/sysctl.conf, changing [sourcecode language=’bash’]kernel.sysrq = 0[/sourcecode] to [sourcecode language=’bash’]kernel.sysrq = 1[/sourcecode] Some kernel updates on fedora also have the tendency to write to swap needlessly,…
