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

initializeTransactionalContext leaks memory during tests #34

Open
mlyskawinski opened this issue Mar 20, 2023 · 0 comments
Open

initializeTransactionalContext leaks memory during tests #34

mlyskawinski opened this issue Mar 20, 2023 · 0 comments

Comments

@mlyskawinski
Copy link

When running empty jest tests (with the --log-heap-usage flag), the memory is stable

image

But when i use the initializeTransactionalContext function, the leaking memory jumps up to ~40MB
image

Is there a teardown function that can be used, so that we can avoid that?

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

1 participant