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
At Fastly we have a pre-defined maximum memory usage for Wasm services.
It could be useful to be able to hard-code this limit into the runtime, so that the runtime knows when memory is running low in order to run the GC, and run more regular and aggressive GCs as the service memory limit is approached.
Might be a great feature to have in StarlingMonkey itself.
The text was updated successfully, but these errors were encountered:
At Fastly we have a pre-defined maximum memory usage for Wasm services.
It could be useful to be able to hard-code this limit into the runtime, so that the runtime knows when memory is running low in order to run the GC, and run more regular and aggressive GCs as the service memory limit is approached.
Might be a great feature to have in StarlingMonkey itself.
The text was updated successfully, but these errors were encountered: