We'd prefer to answer questions on the mailing list or Jira (if something looks like a bug).
There isn't enough detail on the SO question to understand what other things might be going on, but you are never destroying this->mArrowTable which is holding on to allocated memory. If the memory use keeps going up through repeated calls to the CSV reader that sounds like a possible leak, so we would need to see more details, including about your platform. On Mon, Nov 9, 2020 at 2:33 AM Maciej Skrzypkowski <[email protected]> wrote: > > Hi All! > > I don't understand memory management in C++ Arrow API. I have some > memory leaks while using it. I've created Stackoverflow question, maybe > someone would answer it: > https://stackoverflow.com/questions/64742588/how-to-manage-memory-while-reading-csv-using-apache-arrow-c-api > . > > Thanks, > Maciej Skrzypkowski >
