This directive sets the point at which Apache will start discarding clients. If it has ten more clients active than the number of concurrent requests it is currently handling, then it will start killing and discarding them until it has reached the MinSpareServers value.
Setting this value too low will cause Apache to thrash client processes, so be careful with this setting.