Blogs >> Technology >>
Out of Memory error on AIX - during JSP compile
Out of Memory error on AIX - during JSP compile
Solution:
export LDR_CNTRL=MAXDATA=0x80000000
export export AIXTHREAD_SCOPE=S
perl -x $JTF_TOP/admin/scripts/ojspCompile.pl --compile --quiet
|