Once you have installed SQL Server 2016, you need to configure the server so that the performance is excellent with also making it highly available and scalable.
To do this, just follow some basic tips
1) In the Memory section, it's best practise to set the Maximum memory settings. These should to be set as follows.
Physical RAM Maximum Server Memory Settings
2GB 1500
4GB 3200
6GB 4800
8GB 6400
12GB 10000
16GB 13500
24GB 21500
32GB 29000
48GB 44000
64GB 60000
72GB 68000
96GB 92000
128GB 124000
You should leave the minimum server settings at the default as changing this may cause performance problems.
In some SQL Server Environments, some DBA's enable the 'Boost SQL Server Priority', do not enable this because this can actually cause performance problems and Microsoft has actually recommended not to enable this option. (read more)
Its a good idea to set the default locations where the Data, Log and Backup are stored. This is useful when you create a new database, the data files will go to the correct locations.
Every other option in the configuration is designed for a specific solution so you can adjust all the other options to suit your need,