Problem with the memory #2674
Replies: 2 comments 1 reply
-
You didn't say what version you are using. Looks very old. Maybe you can explain what exactly you are trying to accomplish? Also, moving |
Beta Was this translation helpful? Give feedback.
-
the osgEarth version is 2.9 here is my code snippet: for (size_t i = 0; i < iGroupSize; i++)
|
Beta Was this translation helpful? Give feedback.
-
Hello guys.
I have a problem with this code :
When I run it, the memory gets filled up a lot and is not freed. At first I thought it was because of a memory leak. But when I looked further, I realized that this happens the first time I run this code in my program and when I run this code again after the first run, no more memory is filled.
I guess it's something like a caching system, but anyway, it's causing problems because a lot of memory stays filled up until I close the program.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions