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

Optimize memory performance #47

Draft
wants to merge 1 commit into
base: Agoric
Choose a base branch
from
Draft

Conversation

mhofman
Copy link
Contributor

@mhofman mhofman commented Aug 21, 2023

This picks up the commit form #44 which causes xsnap memory to be allocated contiguously. Moddable believes this change can alleviate some of the performance impact described in Agoric/agoric-sdk#6661. We have not yet measure the impact, but I plan to do so in the next validation replay run. While we currently have a workaround to restart from snapshot in agoric-sdk, and we're likely to keep that enabled in production to reduce the risk of divergence between validators, we do want the option to execute deliveries in a worker without restarting at every snapshot taken.

@mhofman mhofman requested review from warner and phoddie August 21, 2023 20:35
@mhofman mhofman changed the base branch from Agoric to mhofman/phoddie-sync-1 August 21, 2023 20:35
@mhofman mhofman force-pushed the mhofman/optimize-memory branch from 0ff3460 to 79c32f8 Compare November 13, 2023 20:44
@mhofman mhofman marked this pull request as draft November 15, 2023 16:11
@mhofman
Copy link
Contributor Author

mhofman commented Nov 15, 2023

back to draft as we haven't seen this having a positive impact in perf testing

@mhofman mhofman changed the base branch from mhofman/phoddie-sync-1 to Agoric November 15, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants