[New feature] Advanced memory management in backend applications

We slowly rolling out a number of improvements for backend application memory management.

Some of the most important features:

  • More aggressive garbage collector to keep applications memory lower in most cases
  • Adaptive memory limit (GOMEMLIMIT) for improved OOM handling
  • Improved data structures sorting to minimize Go-specific memory consumption

All improvements will be automatically applied and no actions required.

1 Like