Jump to content

Memory leak


Rick
 Share

Recommended Posts

I have a really simple scene with no moving parts but the memory usage that I display on screen keeps going up up up! I have 1 csg element as the ground, and 9 models with dynamic diffuse-normal shaders. They don't move, and I don't do anything in code with them, but the memory just keeps going up. :(

Link to comment
Share on other sites

I get the same on Windows. On Android I just get 0 bytes used :)

 

Robin

 

P.S. *YouGroove - Do you have some pathological need to answer every question?

Programmer , Intel Quad core, NVIDIA GeForce GT 220, Windows 7 Pro, Galaxy Tab 2 ( 7" and 10"), LE2,LE3,3DWS

Link to comment
Share on other sites

I need an example to test. If any Lua scripts are active, memory usage will go up slowly, then periodically decrease when the garbage collector is run automatically.

 

The only way to test memory usage accurately is on Windows in debug mode. Objective-C does not provide accurate memory usage measurements.

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...