Check the number of threads you have configured. On a development site, you can get away with I think 5 or 7 for both a minthreads and maxthreads value.
Since each thread has a 1MB private stack, each thread you add will have a minimum 1MB RAM penalty.