On Fri 24 Jun 2016 18:18, Matt Wette <matt.we...@gmail.com> writes: > On my mac (getrlimit ‘as) => #f #f. So it looks like the args to > setrlimit are 100 MB and #f. Is the program supposed to die gracefully > at 100 MB? When I (accidentally) stopped the program (under gdb) the > process was using 56 GB of memory.
Apparently setrlimit(RLIMIT_AS, ...) "succeeds" on macOS but doesn't actually do anything :-////// Daniel added a check for macOS in the test case and so we won't test setrlimit. Andy