[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: out of memory (27) error while calling curl_easy_perform method.

  • Thread starter Thread starter marian.edu
  • Start date Start date
Status
Not open for further replies.
M

marian.edu

Guest
Since you’ve mentioned Webspeed you most probably have a memory leak issue somewhere, either ‘unmanaged’ objects in 4GL like memptr/sax/dom that you forget to clean-up (always do the clean-up in a ‘finally’ block) or the library API require some ‘dispose’ methods to be called when done. If those are left behind each time you make a HTTP call through the library it will continue to build up and eventually the webspeed agent will die with that out-off-memory error. Marian Edu Acorn IT www.acorn-it.com www.akera.io +40 740 036 212

Continue reading...
 
Status
Not open for further replies.
Back
Top