Yesterday I read a few posts on the Arch forums about which filesystem was best for pacman speed, and today I read a thread about mounting a ramdisk (ie: a block of RAM used like a harddrive). My brain-lightbulb came on, and I wondered how Pacman would perform if I loaded all the files into [...]
Filed in Linux, under Arch, Disk, Linux, Optimize, Performance, RAM on June 29, 2008
0 Comments
I decided to compile my own kernel the day before yesterday, to try and speed things up a bit. Most people say that the speed gain is negligable, and that the RAM usage is the only thing that will be noticeably different. So, off I went to compile a kernel! I followed this excellent guide, [...]
Filed in Linux, under ACPI, Boot, Compile, Kernel, Linux, Optimize on May 31, 2008
0 Comments
In my post yesterday I mentioned my new experimental daemons set up. I can now, after rebooting, confirm that that doesn’t work at all, and I’m not sure what came over me when writing that code :p
I did, however, manage to fix this problem after rebooting many times to try to see the error message [...]
Filed in Linux, under Arch, Boot, Linux, Optimize on May 28, 2008
0 Comments
I noticed one thing that was slowing down my entire boot process - daemons. I currently start all of my daemons in the background, except for syslog-ng, ptal-init and occasionally dhcdbd. This is, of course, irritating to someone like me who wants to boot at as fast a speed as possible. It took a bit [...]
Filed in Linux, under Arch, Boot, Linux, Optimize on May 27, 2008
0 Comments
Well, in my unhealthy obsession to make my computer boot as fast as possible, I decided to try my hand at stripping down /etc/rc.sysinit. For those that don’t know, /etc/rc.sysinit is a 413 lines long shellscript that handles every aspect of booting Arch Linux. As such, it is very generic and has all sorts of [...]
Filed in Linux, under Arch, Boot, Linux, Optimize on May 26, 2008
0 Comments
In my post yesterday I mentioned a script that would recompile all installed packages on an Arch system, with customized CFLAGS and so on. I was going to wait until the summer to do this, but I really couldn’t resist trying it now.
Recompiling all AUR packages worked perfectly well - how could it not? AUR [...]
Filed in Linux, under Arch, Compile, Linux, Optimize on May 23, 2008
0 Comments
Everyone who has used Arch knows that packages built from scratch use custom CFLAGS specified in /etc/makepkg.conf (or they do if they installed them with pacman/makepkg). This gives a great level of optimization control to you if you desire it, the default CFLAGS are generic i686 optimized, but the Arch wiki has a very good [...]
Filed in Linux, under Arch, Compile, Gentoo, Linux, Optimize, Pacman on May 22, 2008
2 Comments