mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
fc82e6afa9
allocation failure by using setrlimit(RLIMIT_DATA, ...) and doing malloc, except malloc no longer uses sbrk() to allocate memory so this ends up running the entire machine out of swap. Approved by: portmgr (implicit)