revolver
revolver copied to clipboard
Reduce resource usage
Currently when there are a few nested calls to revolver within long running processes (such as Zulu's unit tests, using ZUnit) the number of processes spawned can cause the machine to lock up and hang. Need to find a way to reduce the number of processes spawned, perhaps by making revolver check for any other running processes when it is launched and 'pausing' them in some way.