Changes I Make When Deploying A New Server
When I deploy a Linux server, usually Ubuntu, I make sure to include some changes that differs from default. The default config is fine, but since the virtual hardware my server is running on is quite limiting, I need to do some fine tuning. So, first up, let’s benchmark the performance with the default config, then the fine tuned config. Setup /etc/sysctl.d/99-sysctl.conf Setting Default Fine tuned vm.swappiness 60 10 vm....