Post #1546508
2026-04-14 04:00 UTC
Replies (2)
-
@dotstdy@mastodon.social 2026-04-14 04:02
@whitequark @tedmielczarek @regehr but yeah some kind of "I'm swapping and non-critical so i don't want to be re-scheduled until memory pressure improves" would be interesting, I just worry about the inherent deadlocks there since the job server itself is the only thing which knows the dependencies between jobs, not the OS
-
@whitequark@social.treehouse.systems 2026-04-14 04:03
@dotstdy @tedmielczarek @regehr So if you said 2gb in your own build script (you know the software after all) nope, not gonna work. you know the software, sure, but you don't know which crackhead build of the linker your users are gonna invoke it with, which custom options, which architecture... all of which can vary the resulting consumed memory by an order of magnitude at least. hell, even running a 32-bit linker instead of a 64-bit one is a big deal