Adjustable stack size for EVM (#2483)
* stack size for io workers & evm threshold * rust way to remember stack size * right value * 24kb size * some stack reduction
This commit is contained in:
committed by
Arkadiy Paronyan
parent
75d9174294
commit
ac0ae2442f
@@ -68,6 +68,8 @@ mod panics;
|
||||
use mio::{EventLoop, Token};
|
||||
use std::fmt;
|
||||
|
||||
pub use worker::LOCAL_STACK_SIZE;
|
||||
|
||||
#[derive(Debug)]
|
||||
/// IO Error
|
||||
pub enum IoError {
|
||||
|
||||
Reference in New Issue
Block a user