Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bloat-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion examples/light_eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down