@whitequark@social.treehouse.systems
Post #1546519
2026-04-14 04:26 UTC
@regehr @dotstdy @tedmielczarek how would you do it? SIGSTOP?
Replies (1)
-
@regehr@mastodon.social 2026-04-14 04:34
@whitequark @dotstdy @tedmielczarek any convenient mechanism would be fine for pausing the process, and then I guess a new syscall to push the entire process out of RAM? I mean, most unixes have been able to do that, but I don't know that Linux currently can...