![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to convert a partition usin 64 bits kernel to 32 bits kernel? | GEIER | AIX | 2 | 08-18-2008 12:20 AM |
| perm bits | mpang_ | Shell Programming and Scripting | 1 | 02-10-2007 07:17 AM |
| AIX Bits and Pieces | bakunin | AIX | 0 | 12-07-2005 07:20 AM |
| Stciky bits | hedrict | UNIX for Dummies Questions & Answers | 3 | 04-08-2002 11:19 PM |
| Changing 24 bits to 8 bits display | larry | UNIX for Dummies Questions & Answers | 4 | 03-05-2002 08:51 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Which platform?
Post output of "uname -a". |
|
#3
|
|||
|
|||
|
ulimit and 64_bits process
the platform is
HP-UX rx4640 B.11.23 U ia64 3815388320 Thanks! |
|
#4
|
|||
|
|||
|
if it is on Red hat linux, how we set the stack size limit for 64 bits process? can we still use ulimit to set the limit? Thanks! |
|
#5
|
|||
|
|||
|
Re max stack size on HP-UX 11.23, have a look at the kernel parameters - maxssiz and maxssiz_64bit:
http://docs.hp.com/en/939/KCParms/KCparam.MaxSsiz.html |
|
#6
|
|||
|
|||
|
thanks for your information
so ulimit is no use on HP-UX? |
|||
| Google The UNIX and Linux Forums |