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

Feature Request: Make the node max memory dynamic #62

Open
roychri opened this issue Jun 16, 2021 · 0 comments
Open

Feature Request: Make the node max memory dynamic #62

roychri opened this issue Jun 16, 2021 · 0 comments

Comments

@roychri
Copy link

roychri commented Jun 16, 2021

I noticed that in the Dockerfile, this is present: --max_old_space_size=192

This causes node.js to crash (out of heap memory) when the processor requires memory to load the necessary "data" for the tests.

I propose that we make this value dynamic so it can be customised.

I have a processor which performs a query at the beginning of a scenario and loads a number of user tokens (JWT) and other records needed for the load test, and with this limit the job gets interrupted when one of the pod reaches that limit. It stopped doing that when I changed 192 to 512.

What do you think?

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