Welcome, Guest. Please login or register.

Author Topic: Saving to HD with almost zero free memory possible ?  (Read 2140 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Saving to HD with almost zero free memory possible ?
« on: February 02, 2006, 06:56:16 PM »
Or you monitor free RAM and when it falls below a certain threshold, you trigger the save (provided the rest isn't gone at once).
Another method could be to allocate a sufficient amount of memory, wait for the out of mem error, free the reserved mem and save as quickly as possible.
Everything depends on how RAM is consumed; little by little or large chunks at once.