diff --git a/WebContent/WEB-INF/applicationContext-jpa.xml b/WebContent/WEB-INF/applicationContext-jpa.xml index 8da5bda..d48a2f9 100644 --- a/WebContent/WEB-INF/applicationContext-jpa.xml +++ b/WebContent/WEB-INF/applicationContext-jpa.xml @@ -66,6 +66,10 @@ ${hibernate.dialect:org.hibernate.dialect.Oracle12cDialect} 100 100 + + true + true false false org.hibernate.cache.ehcache.EhCacheRegionFactory diff --git a/WebContent/WEB-INF/properties/env.common.properties b/WebContent/WEB-INF/properties/env.common.properties index c0ed140..007b189 100644 --- a/WebContent/WEB-INF/properties/env.common.properties +++ b/WebContent/WEB-INF/properties/env.common.properties @@ -1,10 +1,13 @@ # transaction logging logger.async.active=true logger.async.pool.initonstartup=true -logger.async.pool.intsize=8 +logger.async.pool.initsize=8 logger.async.pool.maxsize=10 logger.async.queue.size=1024 -logger.async.worker.size=16 +# worker.size=1 batch, 2~ 1Commit +logger.async.worker.size=1 +# batch max size +logger.async.batch.size=100 # cloud option scalable=false