1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Jesús Daniel Colmenares Oviedo 7cbccf15bd net/dataplaneapi: Fix error in GOMEMLIMIT when cgroups is not available
After starting the rc(8) script for Data Plane API, the error
"failed to set GOMEMLIMIT: cgroups is not supported on this system"
is displayed, however even though an error level is displayed it
starts successfully. However, a workaround to suppress this error,
since we do not have cgroups, is to set the 'AUTOMEMLIMIT_EXPERIMENT'
environment variable to 'system' in the rc(8) script.

PR:             288282
Reported by:    dch
Approved by:    acm (mentor)
2025-07-18 03:03:11 -04:00
..