diff options
Diffstat (limited to 'changes/bug24782')
-rw-r--r-- | changes/bug24782 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24782 b/changes/bug24782 new file mode 100644 index 0000000000..59bbdad123 --- /dev/null +++ b/changes/bug24782 @@ -0,0 +1,4 @@ + o Minor features (config options): + - Change the way the default value for MaxMemInQueues is calculated. We now + use 0.4 * RAM if the system have 8 GB RAM or more, otherwise we use the + former value of 0.75 * RAM. Closes ticket 24782. |