From 26ebad85a7a8b1c4c5e2800acf5c1b4f4478de09 Mon Sep 17 00:00:00 2001 From: curry772 Date: Wed, 12 Aug 2026 13:15:21 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=8F=99=EA=B8=B0=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=20=EB=B0=B0=EC=B9=98=20=EC=BB=A4=EB=B0=8B=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/applicationContext-jpa.xml | 4 ++++ WebContent/WEB-INF/properties/env.common.properties | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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