Category: linux
The vm.swappiness Parameter in Linux 2.6 Kernels
The vm.swappiness parameter for Linux 2.6 kernels is based on a scalefrom 0 to 100. The default is 60 and it is known to serve Oracle RDBMSrelated workloads statistically the best. The swappiness definedby this parameter, is for a raw and general priority paging. This isabout prioritizing the page-out of pages from anonymous vs. file-backedmemory….
Read More “The vm.swappiness Parameter in Linux 2.6 Kernels” »
Building kernel source tree from *.src.rpm
kernel-source package provides patch applied source code: rpm2cpio kernel-source-2.4.21-27.0.2.1.7.EL.i386.rpm | cpio -idmv The src rpm does provide the base source and patches:rpm -i kernel-2.4.21-27.0.2.1.7.EL.src.rpm />> This installs the base kernel and the *.patch separatelycd /usr/src/redhat/SPECS/rpmbuild -bp kernel-2.4.ora-27.1.7.EL.spec If Architecture is not included: i386rpmbuild -bp –target i686 kernel-2.4.ora-27.1.7.EL.spec />> This installs the patches and provides the…
Unconditional Shutdown on PC HW
Uhm .. My home PC screwed up .. It kept shutting down even starting Debian in addition to Windows XP. That had happened before due to a dangling CPU fan before, and I had replaced the fan with a state of the art double 2000+ RPM one .. But no problem with that now …..