Skip to content

Draft: Don't create multiple memory context for zones

The memory contexts are not contended anymore as there's no locking on allocation and deallocation.

Use single zonemgr memory context when creating zones.

Merge request reports