<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Re: [CentOS] special tricks for developers box on centos 5</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>More importantly, mount your dev filesys with atimes disabled and ext3 indexing on.<BR>
<BR>
Use tmpfs for /tmp, /usr/tmp, /var/tmp, it uses swappable ram filesys which helps a lot too. Make sure nothing gets put in those tmp dirs that needs to persist across a reboot and limit the max size each can take to 1/2 total memory.<BR>
<BR>
More memory...<BR>
<BR>
As far as background jobs go, reschedule them for day time hours when your asleep ;-)<BR>
<BR>
-Ross<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: centos-bounces@centos.org <centos-bounces@centos.org><BR>
To: CentOS mailing list <centos@centos.org><BR>
Sent: Thu Nov 29 18:26:56 2007<BR>
Subject: Re: [CentOS] special tricks for developers box on centos 5<BR>
<BR>
Jerry,<BR>
--- Jerry Geis <geisj@pagestation.com> wrote:<BR>
<BR>
> I was just wondering if there are special tricks<BR>
> people do<BR>
> that compile A LOT on centos? Do RAM disks help or<BR>
> something else I dont<BR>
> about that minimizes your compile time? I presently<BR>
> have and AMD x2<BR>
> 4800+ with 2GIG ram.<BR>
><BR>
> Just curious if I can reduce any more time out of my<BR>
> compiles.<BR>
<BR>
Watch out for background processes that steal<BR>
resources:<BR>
   Move /etc/cron.daily/ mlocate<BR>
                         prelink<BR>
    to /etc/cron.weekly<BR>
<BR>
   Remove /etc/cron.daily/makewhatis and let it only<BR>
run weekly (its already in weekly)<BR>
<BR>
   Open /etc/updatedb and tune it for your system:<BR>
     add ntfs-3g or vfat to prunefs<BR>
<BR>
   If you have any mock partitions, add that to<BR>
prunepath<BR>
<BR>
--<BR>
Mark<BR>
My C5 repo with RequestTracker<BR>
<A HREF="http://www.tlviewer.org/centos">http://www.tlviewer.org/centos</A><BR>
<BR>
<BR>
      ____________________________________________________________________________________<BR>
Be a better sports nut!  Let your teams follow you<BR>
with Yahoo Mobile. Try it now.  <A HREF="http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ">http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ</A><BR>
_______________________________________________<BR>
CentOS mailing list<BR>
CentOS@centos.org<BR>
<A HREF="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</A><BR>
</FONT>
</P>


<P></P>
<HR WIDTH="100%">
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

</BODY>
</HTML>