polkadot-js/client

View on GitHub
packages/client-wasm/src/defaults.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright 2017-2019 @polkadot/client-wasm authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.

// NOTE: Rust implementation starts with 8 pages, auto-grow in in-place
const HEAP_SIZE_KB = 8 * 64;

export default {
  HEAP_SIZE_KB
};