ChargeTimeEU / Java-OCA-OCPP

Open source client and server library of Open Charge-Point Protocol (OCPP) defined by openchargealliance.org (OCA)
MIT License
274 stars 176 forks source link

Java out of memory error at WebsocketImpl decodeHandshake #132

Open vikram-gopu opened 4 years ago

vikram-gopu commented 4 years ago

Java out of memory error at WebsocketImpl decodeHandshake After running the ocpp backend for 8 days, our websocket (ws only) backend docker running on a Virtual Machine the connection can be made over http which has resources of 1 vCPU and 2.7 GB of storage where EV Charging Point are connecting to there was error Java out of memory error. The version of the websocket library is provided below. There is a screen shot of the Error which has the error stack trace.

Was this issue already addressed before on the 1.4.0 version of websockets library I am using? Should I need to update the library to latest stable release?

image (1)

vikram-gopu commented 4 years ago

@TVolden thanks!

TVolden commented 3 years ago

Hi @vikram-gopu,

Sorry I haven't responded to your issue. I'm quite busy at school.

Have you made more progress? Upgrading the version of java_websocket sounds like a good approach.