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

Memory-bound some tests #872

Open
loewenheim opened this issue Oct 15, 2024 · 1 comment
Open

Memory-bound some tests #872

loewenheim opened this issue Oct 15, 2024 · 1 comment

Comments

@loewenheim
Copy link
Contributor

The root cause of INC-893 (which necessitated #870) was the excessive memory consumption of Object::has_sources for ELF and WASM objects. In the future, we could prevent issues like this arising by putting a memory limit on relevant tests (test_wasm_has_sources in this case).

@Dav1dde
Copy link
Member

Dav1dde commented Oct 15, 2024

The dhat crate can provide the necessary scaffolding for the tests.

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

No branches or pull requests

2 participants