Quote:
Originally Posted by WhiteDragon
Doesn't this involve having all the files you are putting in the GBall in memory at once? You should make it so it flushes the files in memory to the file every once in awhile (otherwise the machine will start swapping and slow down to a halt).
|
The problem is that I can't. If I write to files any more than it is already the flood alert is hit and it's impossible to write the files for saving memory or for saving the GBall files. All that it does is load files, then write them to GBall files (the same as saving to files).
Granted, I can remove files which have been written already from the memory. I'll release a new version soon which does this (and a few other optimizations I've added).