An admin creates /etc/sysctl.d/99-custom.conf with 'vm.overcommit_memory=2'. When will this setting take effect without a reboot?
-
A
After running 'sysctl --system'
-
B
Immediately upon saving the file
-
C
After running 'systemctl daemon-reload'
-
D
After running 'sysctl -p'