prctl -n project.max-shm-memory -i project 110 project: 110: user.oracle NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT project.max-shm-memory privileged 17.0GB - deny - system 16.0EB max denyHere, 17 GB is the shared memory configuration ("privileged").
This corresponds to the setting in /etc/project:
cat /etc/project
system:0:::: user.root:1:::: noproject:2:::: default:3:::: group.staff:10:::: user.oracle:110:Oracle default project:::project.max-shm-memory=(privileged,18253611008,deny)
18253611008/1024/1024 = 17 GB
No comments:
Post a Comment