Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(performance): reduced stack size #799

Merged
merged 3 commits into from
Jan 28, 2024
Merged

Conversation

raftedproc
Copy link
Contributor

@raftedproc raftedproc commented Jan 16, 2024

This patch reduces overall AquaVM runtime memory consumption decreasing WASM VM stack down to 8 MB that is common value for stack in Linux distros [fixes VM-408]

@raftedproc raftedproc changed the title WIP feat(performance): reduced stack size Jan 17, 2024
@raftedproc raftedproc added the e2e Run e2e workflow label Jan 17, 2024
@raftedproc raftedproc self-assigned this Jan 18, 2024
@raftedproc raftedproc added C-performance category: an issue improves performance T-hardening track: hardening labels Jan 18, 2024
@raftedproc raftedproc marked this pull request as ready for review January 18, 2024 08:35
Copy link

linear bot commented Jan 18, 2024

Copy link
Member

@mikevoronov mikevoronov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@raftedproc raftedproc added e2e Run e2e workflow and removed e2e Run e2e workflow labels Jan 22, 2024
@raftedproc raftedproc merged commit 9bad40b into master Jan 28, 2024
22 checks passed
@raftedproc raftedproc deleted the feat/reduced-stack-size branch January 28, 2024 13:24
monoid pushed a commit that referenced this pull request Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-performance category: an issue improves performance e2e Run e2e workflow T-hardening track: hardening
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants