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
The way containerd handles shim logging, there is a ~17x performance penalty right now to throughput for a Spin application running through the shim because of logging to stdout:
Simple test on my current machine with the current version of the Spin shim:
Note: setting the containerd --log-level flag seems to have no effect, so I had to manually go through the dependencies of the shim and comment out info logging...
Note: setting the containerd --log-level flag seems to have no effect, so I had to manually go through the dependencies of the shim and comment out info logging...
The way containerd handles shim logging, there is a ~17x performance penalty right now to throughput for a Spin application running through the shim because of logging to stdout:
Simple test on my current machine with the current version of the Spin shim:
Compared against a branch that hard disables all logging per request:
Note: setting the
containerd --log-level
flag seems to have no effect, so I had to manually go through the dependencies of the shim and comment out info logging...cc @Mossaka @jsturtevant
The text was updated successfully, but these errors were encountered: