twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
482 stars 421 forks source link

Is it possible to have memory leak on SDK #718

Closed HudsonLSchumaker closed 1 year ago

HudsonLSchumaker commented 1 year ago

Hello, we have a microservice thats uses twilio sdk to mask phone numbers. The api is practical only for that, the use of memory in the service grows very fast and seems the GC is not able to free memory. My question is: if is possible to have memory leak on the twilio sdk version 8.5.1?

thanks in advance, Hudson Schumaker

JenniferMah commented 1 year ago

Hi @HudsonLSchumaker, Could you try updating to the latest version of the twilio-java helper library to see if the memory leak still occurs?

rakatyal commented 1 year ago

Closing due to inactivity.