[ https://forge.continuent.org/jira/browse/CAROB-65?page=all ] Gilles Rayrat closed CAROB-65: ------------------------------
> memory leak in statement::execute > --------------------------------- > > Key: CAROB-65 > URL: https://forge.continuent.org/jira/browse/CAROB-65 > Project: Carob > Type: Bug > Components: C++ API > Reporter: Zsolt Simon > Assignee: Gilles Rayrat > Priority: Critical > Fix For: Carob 0.5 > > > By creating a statement and calling execute("select * from table") several > times one after another and if the table contains several rows (>10000) in > short time carob will eat all the memory of the operating system. > This is done, because the previous results was not released upon the > execution. > One possible solution to this problem could be, that if resultlist contains > results, then call close() for releasing this results from memory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
