mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
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.
This commit is contained in:
parent
69b0c2fe99
commit
565d0f0400
@ -32,7 +32,7 @@
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
const unsigned int PoolSQL::MAX_POOL_SIZE = 15000;
|
||||
const unsigned int PoolSQL::MAX_POOL_SIZE = 2500;
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user