K6 console log to file stopped half way

Hi, I’m using k6 to test my api.
In this test, I’m using constant-vu, with 5 vus, and a 30 minutes duration.
Also, I’m using xk6-dashboard to see data in realtime.
The problem is I redirect my console log into a .txt file, it logged perfectly fine without error until halfway through the test (about 10mn).
My dashboard was working fine until completed.

So, What is the problem with the log? is there a limit or something?

Thank you!

Hi @dalysinwork
What is the error that you are getting after half a way?
Anyway, maybe observe how much memory k6 consumes when it runs in such scenario

Thanks for replying. There is no error in the log file.
the log just got cut halfway of the request.

Could you tell me how to observe the memory usage? I’m using macbook.