Change `MaxMemorySize` to `MaxMemoryPages` (#6728)
* Change `MaxMemorySize` to `MaxMemoryPages` We should set the max memory for the executor in pages (64KiB) and not in bytes. The wasm memory is always a multiple of a page and we should use the same terminology. * FMT * Fix warning
parent
d5a79914
Please register or sign in to comment