-
Notifications
You must be signed in to change notification settings - Fork 31
Benchmarking Server Config
Lukas Rytz edited this page May 12, 2017
·
15 revisions
IRC, Adriaan did
- Load "optimized defaults"
- Disable Hyper-Threading
- Disable "Turbo Mode" (Turbo Boost)
scala@scalabench:~$ cat /etc/debian_version
8.8
scala@scalabench:~$ uname -a
Linux scalabench 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux
Debian 8 uses systemd
by default.
-
systemctl
to list all services -
systemctl status cron
to show status of a service
Some changes done to the system
sudo systemctl disable nfs-common
sudo systemctl disable rpcbind
sudo systemctl disable exim4
Run sudo visudo
and added a line scala ALL=(ALL) NOPASSWD: ALL
(https://askubuntu.com/a/147265).