Oracle Solaris System Administration (MOSC)

MOSC Banner

Change Ulimit Value For One User Without Affecting The Server Level

edited Apr 19, 2013 3:43AM in Oracle Solaris System Administration (MOSC) 2 commentsAnswered
Hi All,
In an SR we have been asked to change to the ulimit data seg value for one specific user to unlimited.

But at the server level it is set to 4194303 in the /etc/profile file.

-bash-3.2$ cat /etc/profile | grep ulimit
ulimit -d 4194303
ulimit -s 65536
ulimit -n 65536


Below are all the ulimit values from the server:

-bash-3.2$ ulimit -aH
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) 4194303
file size (blocks, -f) unlimited
open files (-n) 65536
pipe size (512 bytes, -p) 10
stack size (kbytes, -s) 65536
cpu time (seconds, -t) unlimited
max user processes (-u) 29995
virtual memory (kbytes, -v) unlimited

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center