matplotlib-cpp
matplotlib-cpp copied to clipboard
How to release memory?
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?