Thứ Sáu, 13 tháng 11, 2009

Tuning the default WorkManager on WebLogic Server

Putting Java Option to SetDomainEnv.sh

-Dweblogic.threadpool.MinPoolSize=100

do it like this:

JAVA_OPTIONS="-Dweblogic.threadpool.MinPoolSize=100 ${JAVA_OPTIONS}"
export JAVA_OPTIONS

Stop and Start Server

Không có nhận xét nào: