deepak vaswani

Greenhorn
+ Follow
since Sep 11, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by deepak vaswani

Hi Marco,

Yes you got it right. I am running this batch on IBM AIX.
Batch makes one file (named search) which provides search as well as navigation. So there are lot of key value pair in tht file.
when this file reach at 2.14 GB then only I got this error (gdbm fatal lseek error). Expected File size is 2.3 GB Max
Progam is wriitten in C as well as Java.


Thanks
14 years ago
Thanks Marco.

I have tried this.
export OBJECT_MODE=64
export LDR_CNTRL=MAXDATA=0
java -Xms1024m -Xmx1536m MyClass

It worked and i dint get out of memory exception.
But now I am facing lseek error. Exact error is below

gdbm fatal: lseek error

I tried lot of things. But could not able to get rid of this error.
14 years ago
hi ,
I know so many people already asked this question. I have already gone to most of topics related to this. And I tried those things.

I am getting out of memory exception.

This is how I am running my batch through crontabs on AIX

java -Xms1024m -Xmx1536m com.ibm.nzna.projects.navgen.Navgen

Please help me to resolve this issue.

Thanks n Regards

Deepak
14 years ago