We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Alternative approach to full on containers(?) maybe just send SIGSTOP to ‘pause’ a set of processes by process group ID
SIGSTOP
setsid <pgid> for each workspace then kill -STOP <pgid> to pause it then kill -CONT <pgid> to unpause)
setsid <pgid>
kill -STOP <pgid>
kill -CONT <pgid>