T2000 Sol 10 swap space with 32GB of RAM?

How much swap space do I need for a T2000 with 32GB of ram? At one time the rule was 2x's memory but that is an entire drive with a system with 32GB of memory!

Sorry if this is a dumb question but several searches have not turned up anything solid.

Thank you,

BTW these will be DSEE 6.0 Directory Servers.

[332 byte] By [keesora] at [2007-11-27 2:22:39]
# 1
About two years ago, Abid Shah at Sun Support told me that the 2xRAM for swap space is only for systems with 16 to 32MB RAM. For systems with 256MB or more of RAM, the recommendation is .35 x RAM.
Steve_Adamsa at 2007-7-12 2:27:18 > top of Java-index,General,Sys Admin Best Practices...
# 2

You need as much swap as you need....

That is dependent on your workload, not the machine configuration. In many performance environments, almost no space on disk is required. I usually configure 2G of backing store unless there's a special reason that we need more.

Some machines use applications that reserve (but do not use) significant amounts of memory. Oracle does that a lot, and some forking applications (Apache in some instances) do the same. In that case, a larger than normal paging space can let you run more applications without a performance hit.

If crash dumps go to your swap slice, then you might have to increase it if your crashes generate more data than that. By default only kernel space is dumped, and even that is compressed. So you might not need much.

--

Darren

Darren_Dunhama at 2007-7-12 2:27:18 > top of Java-index,General,Sys Admin Best Practices...
# 3
I like to have at least as much swap as ram, so crash dumps can fit...
robert.cohena at 2007-7-12 2:27:18 > top of Java-index,General,Sys Admin Best Practices...
# 4
My main memory hogging application is Oracle and I have found that my DBAs have to live within 1/2 of memory + swap.
WeberStateUniversitya at 2007-7-12 2:27:18 > top of Java-index,General,Sys Admin Best Practices...