Why does my server resources max out whenever i start it up?
The reason your server resources "max out" is because whenever your server initially loads, the server has to fetch all the data from the secondary storage devices and store them into the primary storage devices (aka ram).
To make the server start up as fast as possible, it uses a large percentage or even all your server resources in order to complete this in a reasonable amount of time