csrutil disable
from : https://www.codingmerc.com/blog/enable-server-performance-mode-on-os-x-el-capitan
Enable Server Performance Mode
I outlined the steps necessary below.
- Reboot the mac mini into Recovery mode
- Disable System Integrity Protection with
csrutil disable
- Reboot
- Enable performance mode with
sudo serverinfo --setperfmode 1
- Verify with
sudo serveradmin settings info:enableServerPerformanceMode = yes
- Reboot the mac mini into Recovery mode
- Enable System Integrity Protection using
csrutil enable
- Reboot the system one last time