1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

bug : Reduce the default cache size to reduce the memory

requirements when big VMs (in terms of number of snapshots, history
        records...) are used.
This commit is contained in:
Ruben S. Montero 2016-06-24 02:03:28 +02:00
parent 69b0c2fe99
commit 565d0f0400

@ -32,7 +32,7 @@
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
const unsigned int PoolSQL::MAX_POOL_SIZE = 15000;
const unsigned int PoolSQL::MAX_POOL_SIZE = 2500;
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */