ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Reconsider Wasmtime's allocation strategy "max table elements" config option

Open Stebalien opened this issue 7 months ago • 0 comments

We currently use the default of 20k but it sounds like that reserves enough memory for 20k elements up-front even if they aren't used, which is something we should charge for in our memory accounting logic. We currently charge for table use as they're used.

Stebalien avatar Apr 08 '25 00:04 Stebalien