You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Reduce heap size from 7G to 3G (57% reduction)
- Optimize decryption chunks from 10MB to 1MB (90% reduction)
- Limit GraphQL results to 10 max (90% reduction)
- Remove --disable-wasm-trap-handler flag
- Add explicit memory cleanup for large objects
- Optimize Node.js memory settings
- All tests passing (48/48)
This optimization enables web3mail to run efficiently in SCONE enclaves
with reduced memory footprint while maintaining full functionality.
0 commit comments