FUZIX icon indicating copy to clipboard operation
FUZIX copied to clipboard

Level 2: Resource limit management and rusage

Open EtchedPixels opened this issue 10 years ago • 3 comments

ulimit/rlimit/rusage SIGXCPU, SIGXFSZ

EtchedPixels avatar Nov 14 '15 14:11 EtchedPixels

getrlimit/setrlimit syscall implementation but not yet wired to anything

EtchedPixels avatar Dec 27 '15 12:12 EtchedPixels

You would spend more cycles in checking for limits than actual process in an 8 bit.

erkinalp avatar Dec 27 '15 14:12 erkinalp

No you wouldn't. It's just that limits aren't a necessity and on some of the smallest boxes memory is very tight indeed.

EtchedPixels avatar Dec 27 '15 14:12 EtchedPixels