From 565d0f04003e7c9cbab5c97f5ee9715497db00d4 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 24 Jun 2016 02:03:28 +0200 Subject: [PATCH] bug #4447: Reduce the default cache size to reduce the memory requirements when big VMs (in terms of number of snapshots, history records...) are used. --- src/pool/PoolSQL.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pool/PoolSQL.cc b/src/pool/PoolSQL.cc index d682a690f7..719156753b 100644 --- a/src/pool/PoolSQL.cc +++ b/src/pool/PoolSQL.cc @@ -32,7 +32,7 @@ /* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */ -const unsigned int PoolSQL::MAX_POOL_SIZE = 15000; +const unsigned int PoolSQL::MAX_POOL_SIZE = 2500; /* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */