Skip to content

Feature Request: Make the node max memory dynamic #62

@roychri

Description

@roychri

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions