revolver icon indicating copy to clipboard operation
revolver copied to clipboard

Reduce resource usage

Open molovo opened this issue 7 years ago • 0 comments

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.

molovo avatar May 07 '17 19:05 molovo