From 09ce3b8b2286de55d0482665189a08123ff6e659 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 27 May 2011 16:45:18 +0000 Subject: [PATCH] change catalog cache git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9712 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/createdb.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/createdb.sql b/xCAT-server/share/xcat/tools/createdb.sql index 1d6d69ce9..3db313167 100755 --- a/xCAT-server/share/xcat/tools/createdb.sql +++ b/xCAT-server/share/xcat/tools/createdb.sql @@ -31,4 +31,4 @@ update db cfg for xcatdb using LOGSECOND 20; update db cfg for xcatdb using AUTO_RUNSTATS ON; update db cfg for xcatdb using AUTO_TBL_MAINT ON; update db cfg for xcatdb using AUTO_MAINT ON; -update db cfg for xcatdb using CATALOGCACHE_SZ 100; +update db cfg for xcatdb using CATALOGCACHE_SZ 50;