matplotlib-cpp icon indicating copy to clipboard operation
matplotlib-cpp copied to clipboard

How to release memory?

Open xlindo opened this issue 4 years ago • 1 comments

Simply run these code,

plt::plot({1,3,2,4});
plt::show();
plt::close();

and it will use more than 2 Gb RAM. Btw in some other case, more than 90 threads are applied.

Anyone can give me some advices to release RAM and threads?

xlindo avatar Apr 19 '21 14:04 xlindo