Re: Work In progress (WIP) #6 -
21-01-2004
i will take a look at these memory problems for experience files...
edit:
i have taken a look, and i think it has something to do with the size buffer being to much to write at once. I could not find information on what the max size may be. I have read you can write endless amount of data, and also read you could write chunks of 2 MB at max. So, i am not 100% sure.
What i added:
i added 1 line of code which could (most unlikely though) exceed the limit of nodes, therefor trying to write pieces of memory that is not allocated
Sollution: none yet.
Possible sollution/thought:
chop the piece of data in 2 to make sure it never writes to much data. Problem though -> I don't know how to do that, as i am not a real bytes/bits guru on this issue.
Last edited by stefanhendriks; 21-01-2004 at 21:09..
|