The heap memory increase phenomenon occurred when jmeter was unable to receive data quickly when transmitting data through websocket during jmeter load testing.
In order to solve this
if(!websocket.writeQueueFull())
{
//send data to client
}
I solved it by modifying it like this.
2024년 8월 8일 목요일 오후 12시 40분 37초 UTC+9에 홍성동 (레드포엠)님이 작성: