Hi K6 Community,
Hope you’re doing well. I need your help with a problem I’m facing in my K6 script.
I’m currently working on testing a Diameter Credit-Control Application, which is essential for evaluating how well ISP online charging systems perform. But, I’ve hit a snag with memory usage in my script. Even after trying different ways to make it more efficient, the memory it uses during tests is still higher than expected.
The script is stored in this GitHub repository
I’ve tried things like using SharedArrays more, avoiding importing large JavaScript modules, and skipping setup() and teardown() functions to reduce overhead. But, nothing seems to bring the memory usage down.
I’m reaching out to see if anyone has any suggestions or tips on how I could optimize my script better to tackle this memory issue.
Any help would be greatly appreciated.
Thanks