You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4084 would be a solution, I've manually tested there and memory usage only reaches 12% and is maintained there.
But we really need a way to test this. Try using psrecord to do it.
Notes
For some reason, using OPTIONS requests k6/OPTIONSUniqueJWT.js doesn't have the same memory effect as doing GET k6/GETSingleUniqueJWT.js. With OPTIONS the memory increases but quickly goes down and is maintained at ~8%.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Problem
Doing:
And monitoring with:
Makes the memory usage increase fast:
As seen on:
Screencast.from.05-28-2025.02.59.28.PM.webm
Solution
#4084 would be a solution, I've manually tested there and memory usage only reaches 12% and is maintained there.
But we really need a way to test this. Try using
psrecord
to do it.Notes
k6/OPTIONSUniqueJWT.js
doesn't have the same memory effect as doing GETk6/GETSingleUniqueJWT.js
. With OPTIONS the memory increases but quickly goes down and is maintained at ~8%.The text was updated successfully, but these errors were encountered: