as we know, ulimit can be used to limit the stack and heap size of a process occupy. However, the space for 32-bits and 64 bits process are different.
for example, "ulimit -s xxxx" only limit the stack size of 32- bits process, am I right?
How to limit the size of 64-bits process?
thanks a lot!
