1830749 Members
1651 Online
110015 Solutions
New Discussion

Memory allocation

 
SOLVED
Go to solution
siva0123
Trusted Contributor

Memory allocation

Hi ,

I'm little bit confused.

Is it possible to allocate a percentage of memory onlt to a user or an application in HPUX.

I hope it is not possible right?

Thanks,
siva
3 REPLIES 3
siva0123
Trusted Contributor

Re: Memory allocation

got it ,

i think ulimit will do the business...

Am i correct?

Also will it be possible for me to set like user A and user B combined has to use certain percent of memory.

Thanks,
Siva

Peter Godron
Honored Contributor
Solution

Re: Memory allocation

Siva,
yes you can control process limits on a per user basis with ulimit. For more details on output of ulimit -a, please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=221269
and
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=860078


siva0123
Trusted Contributor

Re: Memory allocation

Thanks Pete