Re: Strange problems with more memory. - Mailing list pgsql-performance

From Stef
Subject Re: Strange problems with more memory.
Date
Msg-id 20040816182314.24818138@svb.ucs.co.za
Whole thread Raw
In response to Re: Strange problems with more memory.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Strange problems with more memory.
List pgsql-performance
Tom Lane mentioned :
=> Turn off
=> memory overallocation in your kernel to get more stable behavior when
=> pushing the limits of available memory.

I think this will already help a lot.
Thanks!!

=> If your concern is with a single nightly process, then that quad Xeon is
=> doing squat for you, because only one of the processors will be working.
=> See if you can divide up the processing into several jobs that can run
=> in parallel.  (Of course, if the real problem is that you are disk I/O
=> bound, nothing will help except better disk hardware.  Way too many
=> people think they should buy a super-fast CPU and attach it to
=> consumer-grade IDE disks.  For database work you're usually better off
=> spending your money on good disks...)

Got 3 10000 rpm SCSI raid5 on here. I doubt I will get much better than that
without losing both arms and legs...

I think I'll try and even out the disk IO a bit and get 4 processes running in parallel.
At least I can move forward again.

Thanks again!

Kind Regards
Stefan

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Strange problems with more memory.
Next
From: Josh Berkus
Date:
Subject: Re: Timestamp-based indexing