Lev Veyde has uploaded a new change for review.

Change subject: packaging: services: Update default mem heap values
......................................................................

packaging: services: Update default mem heap values

Engine configuration was updated to allocate between 2 and 4 GB of RAM:

ENGINE_HEAP_MIN=2g
ENGINE_HEAP_MAX=4g

Change-Id: Ibf6177172d8a2bd02c98aa448131bbd60c793fab
Signed-off-by: Lev Veyde <[email protected]>
Bug-Url: https://bugzilla.redhat.com/1185411
---
M packaging/services/ovirt-engine/ovirt-engine.conf.in
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/37293/1

diff --git a/packaging/services/ovirt-engine/ovirt-engine.conf.in 
b/packaging/services/ovirt-engine/ovirt-engine.conf.in
index 3fb1b0e..aeb226c 100644
--- a/packaging/services/ovirt-engine/ovirt-engine.conf.in
+++ b/packaging/services/ovirt-engine/ovirt-engine.conf.in
@@ -54,8 +54,8 @@
 # These variables control the amount of memory used by the java
 # virtual machine where the engine runs:
 #
-ENGINE_HEAP_MIN=1g
-ENGINE_HEAP_MAX=1g
+ENGINE_HEAP_MIN=2g
+ENGINE_HEAP_MAX=4g
 ENGINE_PERM_MIN=256m
 ENGINE_PERM_MAX=256m
 


-- 
To view, visit http://gerrit.ovirt.org/37293
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf6177172d8a2bd02c98aa448131bbd60c793fab
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lev Veyde <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to