Jun 2007
JVM optimization
1. have followed the guidelines in the "Guidelines to setup the JVM in Apps 11i " Doc ID: Note:362851.1 So from:
# orig wrapper.bin.parameters=-verbose:gc -hotspot -Xmx512M -Xms128M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB
to:
wrapper.bin.parameters=-verbose:gc -hotspot -Xmx640M -Xms256M -XX:MaxPermSize=128M -XX:NewRatio=2
-XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2

but there has to be more HP-UX specific parameters.....
|
Issue with 10AS integration on isstoa1
1. There is a problem with getting "signal 10" for POXPRPOP report.. have raised SR: 6333635.994
|
"can't create user output file"
1. Most likely it is the "size" parameters for Postfix that is the cause.....
Do a "postconf | grep -i size" and you'll probably see something like the following:

bounce_size_limit = 50000
header_size_limit = 102400
mailbox_size_limit = 51200000
message_size_limit = 51200000

raise these to something sensible(it is within the main.cf), and do a "postmap main.cf" restart postfix and you should be ready to go......
|