Jump to content

config data registry


Recommended Posts

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?

Link to comment
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?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.