[Fargate]: Workers running out of memory or out of space #3206
DanSmithSC
started this conversation in
Artillery
Replies: 1 comment 3 replies
-
Hey @DanSmithSC 👋 Would you be able to share some details about what you were running? If you are able to share the test and config, that would be helpful, so we can try to recreate it. Also, was this same test working in older versions of Artillery and suddenly you're getting this issue (with no test changes), or you've only tried on 2.0.15? Thank you! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While running some recent load tests on Artillery version 2.0.15 - I'm noticing we're starting to get early terminations and exits with EXIT CODE 6
In researching the logs i'm starting to see errors for:
worker error, id: 1 Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory
Additional Logged Error of maybe some importance:
/artillery/loadgen-worker: line 277: echo: write error: No space left on device
However the fargate containers were only run with a count of 2, and the memory allocation for those were set to 20gigs of memory
--count 2 --launch-config '{\"cpu\": 4096, \"memory\": 20480}'
Any idea why the containers may be running out of space or hitting these memory problems?
Let me know if you need any details - Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions