1. Recommended method for modifying the /etc/project file is to use the “projadd” and “projmod” :
a. # projadd -c “Oracle” ‘user.oracle’
b. # projmod -s -K “project.max-shm-memory=(privileged,10GB,deny)” ‘user.oracle’
c. verify with # cat /etc/project or # prctl -i project user.oracle
2. Resource Control assignments made in this way (in the /etc/project file) are permanent, and will survive a […]

Popularity: 85% [?]