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
Use fifo close to prevent leak of top level directory (#752)
Previously the vm agent did clean of fifos by removing each fifo;
however, this resulted in a leak of the top level directory of the fifos
until the task was deleted. For long running tasks, this resulted in
4096 byte leak on the microvm filesystem until the task was deleted.
Signed-off-by: Austin Vazquez <[email protected]>
0 commit comments