Oracle Solaris Performance, Panics, Hangs, and Dtrace (MOSC)

MOSC Banner

changing project.max-msg-ids on the default on Solaris 11

I am trying to change the project.max-msg-ids from 128 to 32K.

I used the command: projmod -a -K "project.max-msg-id=(priv,32.8K,deny)" default

root@server:~# projects -l

default
projid : 3
comment: ""
users : (none)
groups : (none)
attribs: project.max-msg-id=(priv,32.8K,deny)

Is this right? I still see the priv value as 128:

root@server:~# prctl -n project.max-msg-ids -i project 3
project: 3: default
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-msg-ids
privileged 128 - deny -
system 16.8M max deny -

Is this because I use temp command?

can I use this to make the change permanently?

prctl -n project.max-msg-id -v 32k -r -i project group.default

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