The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-15-2007
tommy_cs tommy_cs is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 5
Question ulimit and 64 bits process

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!