On 1/24/2021 4:33 PM, Greg Troxel wrote:
FWIW, POSIX does not require ulimit to interpret -m https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ulimit.html My advice is to locally comment it out and see if that's the only problem.
Thank you for the insight. For now, I was able to work around it by telling the different ULIMIT_CMD entries in mk/platform/Linux.mk to use /usr/bin/ulimit. My first instinct was to comment it out locally, but I wasn't sure where it was being called from.