bfieldi Posted July 11, 2006 Report Share Posted July 11, 2006 I'm opening (and yes, closing) references to several INI files using LabViews config file VIs. Even though I'm closing those files, I see by using the Profiler that Config Data Registry.vi just continues to grow and grow. Besides closing the file after accessing it, what can I do to get it to release memory? Quote Link to comment
crelf Posted July 12, 2006 Report Share Posted July 12, 2006 I see by using the Profiler that Config Data Registry.vi just continues to grow and grow. Even though you're handling files appropriately, the memory used by the VI can be related to other tings - are you appending data to a FP control or shift register? Can you post your code so we can have a look at it? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.