forest icon indicating copy to clipboard operation
forest copied to clipboard

Reduce Forest 🌲 Binary Size

Open lerajk opened this issue 2 years ago • 1 comments

Download required files on demand:

  • Genesis Files
  • WASM for the actors

Tasks:

  • [ ] Store calibnet genesis file in S3.
  • [ ] Store mainnet genesis file in S3.
  • [ ] ~Store actors v6 bundle file in S3~. Moved to separate issue.
  • [ ] Add feature flag for inlining calibnet genesis file in forest binary.
  • [ ] Add feature flag for inlining mainnet genesis file in forest binary.

lerajk avatar Mar 02 '22 16:03 lerajk

The size of the forest execution has gone down from roughly 100MB to 60MB on my machine. There's still room for improvement.

lemmih avatar Jul 21 '22 09:07 lemmih

The size of Forest has been reduced to 35MB. I think this is good enough for now as there's little low hanging fruit left.

lemmih avatar Jan 13 '23 10:01 lemmih