- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- max user processes (ulimit) error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 03:26 AM
тАО05-18-2005 03:26 AM
max user processes (ulimit) error
I get an error when I try to set the max user processes.
[oracle@rac2 oracle]$ ulimit -u 16384
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
Any idea about how to solve this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 03:53 AM
тАО05-18-2005 03:53 AM
Re: max user processes (ulimit) error
it seems like as a user you can not go beyond currently allowed limit.
by default ulimit sets to 16255 in my Fedora, as a normal user i can reduce the value, but i can not increase the value. At the same time if i reduce the value, say to 16000, then next time onwards I can not reset back to 16255, very funny :)
as a user i am only allowed to reduce my current ulimit and not increase it. As a root it is possible to increase or decrease the limit to any extend.
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 05:05 AM
тАО05-18-2005 05:05 AM
Re: max user processes (ulimit) error
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 05:20 AM
тАО05-18-2005 05:20 AM
Re: max user processes (ulimit) error
The console is in the other side of the world. I am in Mexico and the server is in Italy.
Any other idea to set max user processes with oracle user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 05:53 AM
тАО05-18-2005 05:53 AM
Re: max user processes (ulimit) error
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 09:51 AM
тАО05-18-2005 09:51 AM
Re: max user processes (ulimit) error
You may want to change it there, trouble is that changes it for every user.
--Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 09:53 AM
тАО05-18-2005 09:53 AM
Re: max user processes (ulimit) error
check through /etc/ for anything named limit,
find /etc |grep -i limit
--Dave