Blog dedicated to Oracle Applications (E-Business Suite) Technology; covers Apps Architecture, Administration and third party bolt-ons to Apps

Friday, September 5, 2008

ADJRIOPTS and ADJREOPTS

ADJRIOPTS and ADJREOPTS are two context file variables for setting the maximum java heap size for java child processes spawned by FNDSM:

$ grep ADJREOPTS $CONTEXT_FILE
         -Xmx512M
$ grep ADJRIOPTS $CONTEXT_FILE
         -mx512m

This sets the upper limit for java heap size.  

No comments: