macOS port issues
The macos-fixes
branch will compile on macOS Monterey (12.6.8) on Intel, but the default shared memory size on this operating system is too small to accommodate the default FreeM shared memory segment size. Reducing the segment size results in the following error when running freem -dkS 200000
:
freem [FATAL]: memory allocation failure in job_init [errno 2 No such file or directory]
Edited by Serena Willis