Oracle
1Z0-403 · Question #82
On finding the system to be running out of memory, you planned to increase the size of the swap space. You created a /data/myswap file and set up a swap area on that file. You want the swap space to…
The correct answer is C. The /data/myswap swap file should be made active with the swapon -p 5 /data/myswap command. E. The pri=5 option should be appended to the mount options field of the /etc/fstab file for the. See the full explanation below for the reasoning.
Question
On finding the system to be running out of memory, you planned to increase the size of the swap space. You created a /data/myswap file and set up a swap area on that file. You want the swap space to have a priority value of 5 and that to be persistent across reboots. What would you do to accomplish this task? (Choose all that apply.)
Options
- AThe priority value for /data/myswap swap file should be set while setting up the swap signature.
- BThe /data/myswap file should be made active with the swapon -as 5 /data/myswap command.
- CThe /data/myswap swap file should be made active with the swapon -p 5 /data/myswap command.
- DThe p=5 option should be appended to the mount options field of the /etc/fstab file for the
- EThe pri=5 option should be appended to the mount options field of the /etc/fstab file for the
How the community answered
(36 responses)- A6% (2)
- B8% (3)
- C72% (26)
- D14% (5)
Community Discussion
No community discussion yet for this question.