Associate
- Joined
- 23 Aug 2004
- Posts
- 1,493
I was an idiot and deleted some database tables so I need to recreate them in jave using eclipse. I'm reading a file, after 150 thousand lines my program aborts with the error, run out of heap space. This happened when I first created and populated the tables so i increase the heap size under run - open run diag - args - program args with the argument being -Xmx 1024m. This should be more than enough, but it keeps giving the same out of space error. any tips?
---edit---
doesn't matter what size heap i use, i can say max of 1mb and it fails at the same point?!
---edit---
doesn't matter what size heap i use, i can say max of 1mb and it fails at the same point?!