Colin Percival wrote: > * When estimating the amount of available RAM, scrypt ignores RLIMIT_DATA on > systems which have mmap. I'm a bit late here, but this is the wrong thing to do for OpenBSD. On OpenBSD, rlimit_data is applied to anonymous mmap (since that's now the heap) for consistency. RLIMIT_RSS is a vestigal do nothing define.