mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
6034058dc3
Due to a slice management logic error the bulk sync for loop can go on indefinitely and eventually leading to an OOM error. Fixed the logic so that an infinite loop never occurs. Also changed the bulk sync wait timeout to use a timer rather than use time.After as time.After is known to consume a lot of memory when called in a tight loop. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com> |
||
---|---|---|
libnetwork |