The default size of the thread pool depends on the reactor being used; the default reactor uses a minimum size of 5 and a maximum size of 10. Be careful that you understand threads and their resource usage before drastically altering the thread pool sizes.
reactor.suggestThreadPoolSize looks like what we want if we want.
reactor.suggestThreadPoolSizelooks like what we want if we want.