Dynamic setting of process.max-sem-nsems
Hello,
I know that the process.max-sem-nsems resource control can be set zone-wide or on a project.
But my problem is understanding the dynamic setting of this resource control.
If I ever have to do that, how do I proceed?
I ask because the only information I have is the command:
I know that the process.max-sem-nsems resource control can be set zone-wide or on a project.
But my problem is understanding the dynamic setting of this resource control.
If I ever have to do that, how do I proceed?
I ask because the only information I have is the command:
# prctl -n process.max-sem-nsems -v 1024 -r -i process <PID> <== But what PID? ( I can't say "project my_project" because the resource control is "process.* " )If we take an Oracle Database instance as an example, what PID should we give to
All of them in the zone?
All that belong to the project?
Just a certain parent PID?
0