You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
AddProcessEnv uses a loop to override envs.
For a container with 26000 environment variables, this operation takes >40s......
We should use a map for this operation, like what docker is doing https://github.com/moby/moby/blob/8e610b2b55bfd1bfa9436ab110d311f5e8a74dcb/container/env.go#L9.
We should audit other functions we use from runtime-tools to avoid similar performance issue.
The text was updated successfully, but these errors were encountered: