On Monday 07 April 2008, Alan Bartlett wrote:
On 07/04/2008, Peter Kjellstrom cap@nsc.liu.se wrote:
The only way I know of is to look at your kernels .config (typicall found at /boot/config-$(uname -r)). grep for 4KSTACK. If it's not set it's 8K (afaik).
Correct. For example, with the base CentOS kernel:
CONFIG_4KSTACKS=y
My suggestion was for general use, for centos (just as Jim already said) 32-bit (i386) uses 4K and 64-bit (x86_64 (and probably ia64 too)) uses 8K.
/Peter