I wrote an "heavy" program which writes its memory contant into the disk once in a while. the file on the disk can reach to 14 giga if the input file is very big. the problem is that in that case (when input file is very big) the program stops when the file size is about 14 giga. i am not sure the file size is the problem. what is the maximum file size i can use? is there a preffered way (spliting the huge file into 2 smaller files and work with them?)
Thanks.
Thanks.