I want to work out the startup memory of an instance
I got this formula
Max worker threads * stack size (512kb) + external memory (MemToLeave)
Max worker thread is determined by the number of schedulers. What is a scheduler and how do I work out how many there are.