[stackoverflow] [progress Openedge Abl] Resolve Out Of Memory Error

Status
Not open for further replies.
K

Karin van Vaalen

Guest
I have made a java program that connects to a Progress SmartDataObject using an AppServer. The SmartDataObject gives me a resultset from a (Progress) database. Currently I am testing with a table with 1 million entries.

I have to copy the recs from Progress to a Postgres database and update the progress database (set some status from 10 to 80).

Testing with an amount of 40000 records worked fine.

But I keep on getting problems with the heap size with this current test. I have tried -Xms2g, 4g, -Xmx4g, after that left it out.

I have no control over the amount of records I get from the Progress database. I use batch updates towards both databases.

(I am not a highly experienced java programmer)

Continue reading...
 
Status
Not open for further replies.
Top