*** SOLVED ***
As per the example, it was...
<joob defaultConnection="myDefault">
which apparently uses a default of 10 processes. Changing it as follows:
<joob defaultConnection="myDefault" defaultPoolSize="2">
fixes the problem.
Thanks, BeeJay! Champion!