Use sysctl command to enable or disable (after booting into system)
Where, 0 - off / false and 1 - on / true. To make it permanent …Code:sysctl kern.smp.disabled sysctl kern.smp.disabled=0 sysctl kern.smp.disabled=1
I did expect the command to fail, I did not expect this:
Code:
root@mowa219-gjp4-8570p-freebsd:~ # sysctl kern.smp.disabled=1
sysctl: oid 'kern.smp.disabled' is a read only tunable
sysctl: Tunable values are set in /boot/loader.conf
root@mowa219-gjp4-8570p-freebsd:~ #
As far as I know, /etc/sysctl.conf should be preferred. True or false?
loader.conf
sysctl.conf