2007-12-05, 12:39 AM
Didn't appear to change the memory usage. PF usage keeps going up and process memory goes up to about 250M until it drops back to 35M or so. At that point the system performance is very sluggish.
Essentially aren't we creating new GBPVRUiElements each time the getimage callback occurs? Seems like the I would need to keep track of the previous GBPVRUiElement and dispose of that. It's a local variable to me so I don't get how I would dispose of it later but I guess I'll experiment around.
Essentially aren't we creating new GBPVRUiElements each time the getimage callback occurs? Seems like the I would need to keep track of the previous GBPVRUiElement and dispose of that. It's a local variable to me so I don't get how I would dispose of it later but I guess I'll experiment around.