Operating System - HP-UX
1833863 Members
2037 Online
110063 Solutions
New Discussion

Re: how to increase resource allocation to users

 
madhavabk
Regular Advisor

how to increase resource allocation to users

Hi All,

How do we increase resource allocations to specific users in HP11i?

Like increasing number of threads per process etc.

Thanks,
Madhava
2 REPLIES 2
Devender Khatana
Honored Contributor

Re: how to increase resource allocation to users

Hi Madhava,

It is not possible to do it at user level.
For such requirements if your systems supports you can use npar/vpar and give access of one to more demanding users and other to less ones. Also assign resources accordingly.

HTH,
Devender
Impossible itself mentions "I m possible"
Tomek Gryszkiewicz
Trusted Contributor

Re: how to increase resource allocation to users

You cannot do it per user.
You can only change the number of thread per process for the whole system (its max_thread_proc kernel parameter).

See ulimit (ulimit section in man sh-posix) if you want to limit number of open files, memory usage or timings per user.