StarlingMonkey icon indicating copy to clipboard operation
StarlingMonkey copied to clipboard

Running GC based on memory limits

Open guybedford opened this issue 11 months ago • 0 comments

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.

guybedford avatar Jan 27 '25 18:01 guybedford