|
From: Heiko Z. <he...@zu...> - 2009-09-30 11:21:56
|
> That took care of the issue. Thanks. cool! > One more quick question... I have a dedicated server for building software, > but it still takes quite some time to build devil. Do you have > recommendations on speeding up the build process? I see options for using > "Nice" and "parallel build jobs" in the config, but I avoid these because > I'm unsure how to use them properly. Any recommendations for letting > LFS/devil hammer the whole machine to build as fast as possible? Leave the nice on, this will help your scheduling a bit better. Not sure of the top of my head which option you need to change, it's either "parallel build jobs" or something similar to that. One of them you can only choose 1-2, the other one has 1-10 or something like that (doing it out of memory). Change the one with the more options. As a rule of thumb, use a number +1 or +2 of the total number of CPU cores in the machine. (I really got to disable the other selection....) Lot's of RAM makes a big difference and if you got spare HDDs, use striping. When you compile the 1.4, use a "make makefile" after the "make mrproper unpack prepare", this will enable the parallel build. -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |