OESパラメータ設定を推奨します

1、JVMは、設定パラメータを推奨しました

Javaの\ビン\のJava -Xms1024m -Xmx4096m -XX:PermSizeを= 256M -XX:MaxPermSizeを= 512M -classpath "ビンの\ bootstrap.jar" org.apache.catalina.startup.Bootstrap開始

2、エラーレベルとして推奨ログファイルのlog4j.xmlレベル

<ロガー名= "com.viewhigh">

<level value="error" />

<appender-ref ref="com.viewhigh.action" />

<appender-ref ref="com.viewhigh.common" />

<appender-ref ref="com.viewhigh.dao" />

<appender-ref ref="com.viewhigh.model" />

<appender-ref ref="com.viewhigh.service" />

<appender-ref ref="com.viewhigh.tasktimer" />

<appender-ref ref="com.viewhigh.util" />

</ロガー>

図3は、データソースファイルのEAPConfig.propertiesのパラメータを設定することをお勧め

unieap.datasource.initialSize = 150

unieap.datasource.maxActive = 1000

unieap.datasource.maxIdle = 800

unieap.datasource.maxWait = 30000

図4に示すように、ORACLEデータベース構成パラメータ推奨

MEMORY_TARGETメモリ値が70%、OSに設定されています

;システムはSET = 3000 ALTERスコープ= SPFILEプロセス
//データベース接続3000を

おすすめ

転載: blog.51cto.com/4085457/2404344