Skip to content

Commit

Permalink
Temporarily hardcode parameter runtime_cache_size
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Feb 10, 2022
1 parent eecec82 commit d9cb8ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ where
})
.transpose()?;

// Temporarily hardcode this paramater
// TODO: found why it's not correctly mapped from cli
config.runtime_cache_size = 32;

let executor = NativeElseWasmExecutor::<Executor>::new(
config.wasm_method,
config.default_heap_pages,
Expand Down

0 comments on commit d9cb8ea

Please sign in to comment.