[Question] Is there a memory allocation limit within a WASM extension using Envoy (using V8 runtime)? #32
Open
Description
According to https://v8.dev/blog/4gb-wasm-memory, the v8 engine (used by envoy to run WASM filters) implements wasm32
, which has 4gb as the total usable memory.
This however doesn't necessarily mean that memory allocation has a limit of 4gb. Is there any cap on how much memory can be allocated apart from the aforementioned hard limit? Any clarification would be much appreciated!