-
Notifications
You must be signed in to change notification settings - Fork 212
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
Zoe appears to have a memory leak #5910
Comments
prelim assign to warner, but please reassign |
I can try making the workers restart periodically. Every time we take a snapshot is the easiest; might as well start there. |
or restart the validator every hour or two, if the cosmos/golang side doesn't have any problem with that |
Yeah, that second set of graphs is interesting. Looking forward to the longer trace which should tell us whether this equilibrates. |
I figured out that this is unrelated to Zoe: When I looked at the vats whose xsnap workers were consuming the most memory, I built out the following table:
v4-vattp has 4x the deliveries of v7-zoe, so it will have written 4x the snapshots, but the snapshots themselves are almost 10x smaller. I'm guessing the leak is proportional to the size of the snapshot, or the number of objects in the graph, so v7-zoe was growing VmSize faster. |
while debugging the bank vat memory leak, it appears that Zoe's vat also has a leak
I can provide full slogs, logs, etc requested for this network. I'll let it run over the weekend to generate additional data
https://ui.honeycomb.io/agoric/datasets/instagoric-loadtest/result/G24qAncnkwR
The text was updated successfully, but these errors were encountered: