Hello
I am facing a
problem with file size bigger than 400 KB. First of all , I need to
remove garbage collection from write routine, to write more than
200KB data to a file.
Now , after a write
operation, if I delete the file, the entire system becomes
unstable.
But I would like to
know, why does it fail to write more than 200 KB to a file, with garbage
collection included in every write operation?