Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

please help, about Heap Memory OOM

54 views
Skip to first unread message

홍성동 (레드포엠)

unread,
Aug 7, 2024, 11:40:37 PM8/7/24
to vert.x
20240808_123309.jpg20240808_123244.jpgWhen transferring a large amount of data in vertx eventloop,
heap memory increases rapidly from a certain period of time.
Please tell me how to solve this.

홍성동 (레드포엠)

unread,
Sep 3, 2024, 2:34:56 AM9/3/24
to vert.x

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에 홍성동 (레드포엠)님이 작성:
Reply all
Reply to author
Forward
0 new messages