weblogic内存快速配置

# IF USER_MEM_ARGS the environment variable is set, use it to override ALL MEM_ARGS values

USER_MEM_ARGS="-Xms4096m -Xmx16384m -XX:MaxPermSize=4096m -XX:+UseParallelGC -XX:ParallelGCThreads=8"

export USER_MEM_ARGS

 

if [ "${USER_MEM_ARGS}" != "" ] ; then

MEM_ARGS="${USER_MEM_ARGS}"

export MEM_ARGS

fi

 

posted @ 2018-11-27 23:25  李欢欢  阅读(335)  评论(0编辑  收藏  举报