<@U053H6LQS>: right, you can implement parallelism...
# general
c
@ancient-stone-50795: right, you can implement parallelism with N forked VMs. Of course there's a memory overhead, that's why it should be optional. That's what maven surefire does. Maven goes even further in that it allows to have multiple VM and multiple threads within them. IMO that's not necessary to combine both.