diff --git a/.github/workflows/bloat-check.yaml b/.github/workflows/bloat-check.yaml index 82837cc..eb4e725 100644 --- a/.github/workflows/bloat-check.yaml +++ b/.github/workflows/bloat-check.yaml @@ -45,7 +45,7 @@ jobs: run: | python .github/scripts/memory/gh_report.py \ --verbose \ - --report-increases 0.001 \ + --report-increases 0.2 \ --report-pr \ --github-comment \ --github-limit-artifact-pages 50 \ diff --git a/examples/light_eth.rs b/examples/light_eth.rs index 8a4064d..a7d2bc6 100644 --- a/examples/light_eth.rs +++ b/examples/light_eth.rs @@ -43,7 +43,7 @@ use static_cell::StaticCell; /// /// If - for your platform - this size is not enough, increase it until /// the program runs without panics during the stack initialization. -const BUMP_SIZE: usize = 40000; //20000; +const BUMP_SIZE: usize = 20000; fn main() -> Result<(), Error> { env_logger::init_from_env(