Hi,
I created a JAXB Marshalling client.
I have to get data from database and then build the XML file.
My client Program is working 100% fine with upto 15000 records.
But, when i tried to 50000 records, I am getting Error "Out of memory".
I increased the Heap size to 1GB. still getting the same error.
Can any one sujjest, how to fix this problem?
Thanks
kandra
I created a JAXB Marshalling client.
I have to get data from database and then build the XML file.
My client Program is working 100% fine with upto 15000 records.
But, when i tried to 50000 records, I am getting Error "Out of memory".
I increased the Heap size to 1GB. still getting the same error.
Can any one sujjest, how to fix this problem?
Thanks
kandra
Comment