Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Change MaxMemorySize to MaxMemoryPages #6728

Merged
merged 3 commits into from
Feb 16, 2023

Commits on Feb 16, 2023

  1. 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.
    bkchr committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c7e192f View commit details
    Browse the repository at this point in the history
  2. FMT

    bkchr committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    427037e View commit details
    Browse the repository at this point in the history
  3. Fix warning

    bkchr committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    17e3edd View commit details
    Browse the repository at this point in the history