Click to See Complete Forum and Search --> : OutOfMemory, Interesting


sat
October 8th, 1999, 06:57 AM
Hi friends,

I'm working on JDK1.2 and winNT platform(64MB , 333Mhz,PII) .
I'm trying to load 1GB records in to JTable from 1GB txt file.
After loading 1MB of records i'm getting "Out of Memory" Exception.

How to load efficiently 1GB of records in to my table.????

Are there any efficient methodology to load large data.????

My product should handle 1GB of Data....Is there any properway to handle large data?????

Thanx
chandra

Vikram N
October 8th, 1999, 07:06 AM
Hello,

What ur trying to do is load 1GB data into the memory. Instead of that if u can load only partial data. Maybe only the data that would be visible or used at a time or In Blocks of some records say 100 records at a time. Im not that familiar to JTable but check out if JTable supports a smilar kind

Cheers
Vikram