Jump to content

Open/Close memory


Recommended Posts

If I made a script to read a memory address and return the value, should I "ALWAYS" close the memory after accessing it even if I am going to access it again in a second or so, or do I keep it open until I am done with it?

I tried searching for a topic like this, but no luck ^^

Link to comment
Share on other sites

I have heard rumors that it causes some sort of overflow if you are opening/closing memory within a short amount of time (1/2 second-1 second). It makes sense that it would 'overflow' because you are constantly calling on a DLL within a short amount of time. I think of it like clicking on a file a hundred times in 10 seconds, it would cause the system to hang in most cases. I figured leaving it open was the best option until I am done with it. I am using 'nomadsmemory' btw.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...