I've set my Application pool to Start Mode = AlwaysRunning
and the Maximum Worker Processes = 4
. And I've set Preload Enabled = True
on the website. After recycling the AppPool only two workers spin up while I've asked for four.
Any idea why and how to get it to spin up to four?