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

[wasm] [testing] Allocate a bunch of memory before exiting #88702

Closed
wants to merge 1 commit into from

Conversation

kg
Copy link
Member

@kg kg commented Jul 11, 2023

We seem to be close to the memory limit for some of our test suites, so see whether we can allocate a bunch of memory before exit.

@kg kg added the arch-wasm WebAssembly architecture label Jul 11, 2023
@ghost ghost assigned kg Jul 11, 2023
@ghost
Copy link

ghost commented Jul 11, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

We seem to be close to the memory limit for some of our test suites, so see whether we can allocate a bunch of memory before exit.

Author: kg
Assignees: -
Labels:

arch-wasm

Milestone: -

@kg
Copy link
Member Author

kg commented Jul 12, 2023

Library tests passed with a ~160mb allocation at the end, so it's mysterious that #88279 is maxing out v8's allocated memory at 2gb. I don't know what's going on there, will have to try and come up with theories for how we could be using so much extra memory just from growing the function table.

@kg kg closed this Jul 17, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant