I may have a problem when creating a text file opened with FOPEN and/or FCREATE. Our processing has reached the point where the filesize is exceeding 2.1G and the process suddenly is locking up and we are seeing huge memory use.
Is there any limitations to filesize with the following platform:
- Win2000 NTFS 50G-IDE 256M PIII
- VFP 6.0
Open tables:
1 - 986M
2 - 986M
3 - 986M
4 - One low level file unbuffered and we append to the file if exists.
Process: In seq grab one record from each table, combine and write out as a formatted CSV file, repeat. At end of table close first three and open another three, repeat three times.
At 2.146G the process suddenly drops in CPU, the memory use maxes out and VFP does not respond.
Any thoughts?
Jon B
Jonthan A Black
Is there any limitations to filesize with the following platform:
- Win2000 NTFS 50G-IDE 256M PIII
- VFP 6.0
Open tables:
1 - 986M
2 - 986M
3 - 986M
4 - One low level file unbuffered and we append to the file if exists.
Process: In seq grab one record from each table, combine and write out as a formatted CSV file, repeat. At end of table close first three and open another three, repeat three times.
At 2.146G the process suddenly drops in CPU, the memory use maxes out and VFP does not respond.
Any thoughts?
Jon B
Jonthan A Black