List of questions
Related questions
Question 22 - 201-450 discussion
How can the kernel parameter for the maximum size of the shared memory segment (shmmax) be changed to 2GB (2147483648 Bytes) on a running system? (Choose TWO correct answers.)
A.
Edit /etc/shmmax and set the parameter to 2147483648.
B.
sysctl shmmax=2147483648
C.
sysctl kernel.shmmax=2147483648
D.
echo 2147483648 > /proc/sys/kernel/shmmax
E.
export kernel.shmmax=2147483648
Your answer:
0 comments
Sorted by
Leave a comment first