Operating System - HP-UX
1834508 Members
2762 Online
110068 Solutions
New Discussion

Limiting user process memory

 
Sijo_1
Occasional Contributor

Limiting user process memory

Hello everyone!
I have a problem with hpux 11i system. How can I limit the CPU and memory usage by the user processes. Can I define the maximum amount of memory (RAM) usage by the usage process, some of which consume too much of memory and thus leads to blockage of all resources for other users. I tried using ulimit but no luck
Thanks to all in advance
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: Limiting user process memory

Hi Sijo,

Check this link for information about PRM.

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3835DATRY

Best regards,
Robert-Jan
Florian Heigl (new acc)
Honored Contributor

Re: Limiting user process memory

one of ulimit -m or ulimit -d should work - what exact problems do You experience?
yesterday I stood at the edge. Today I'm one step ahead.
Sijo_1
Occasional Contributor

Re: Limiting user process memory

Thanks for your response. I wanted to restrict a particular proceess occupying more than 20Mb of memory. I tried with ulimit -m 20000 but the process is taking more than 20mb of memory.

Any thoughts ?

Sijo