Commit 83eb8453 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment