Bug 1190466
Summary: | HEAP_MAX default value as 1G must be changed | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | rhev-integ |
Component: | ovirt-engine-reports | Assignee: | Yedidyah Bar David <didi> |
Status: | CLOSED ERRATA | QA Contact: | Yuri Obshansky <yobshans> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.5.0 | CC: | alonbl, bazulay, dfediuck, didi, ecohen, gklein, jbelka, juan.hernandez, lsurette, mkalinin, mtessun, ratamir, rbalakri, Rhev-m-bugs, sbonazzo, sherold, sradco, yeylon, ylavi, yobshans |
Target Milestone: | --- | Keywords: | ZStream |
Target Release: | 3.5.1 | Flags: | ylavi:
Triaged+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | integration | ||
Fixed In Version: | vt14 rhevm-reports-3.5.1-11.el6ev | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1188972 | Environment: | |
Last Closed: | 2015-04-28 18:14:24 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1188972 | ||
Bug Blocks: | 1186161, 1193058, 1197441 |
Comment 1
Yuri Obshansky
2015-02-08 13:09:04 UTC
Let's continue the discussion on bug 1185411. Current bug is for Reports, which is a somewhat different issue. Automated message: can you please update doctext or set it as not required? I think, the current solution did not fully resolve a requirement to set automatically JVM Memory Heap Size. 1. -Xmx and -Xms should be set to a multiple of 1024 i.e. 1024M, 2048M, 3072, 4096, etc. refer to http://docs.oracle.com/cd/E13222_01/wls/docs81/perform/JVMTuning.html#1110613 2. What about -XX:PermSize=256m -XX:MaxPermSize=256m? I suppose, that a permanent generation size should be increased accordingly to Heap Size. Definitely, it requires additional tuning to understand how many our application requires memory to load classes and static on start-up. Need to take in account that summary memory used by engine will be calculate like -Xmx + MaxPermSize and permanent generation won't be garbage collected. Moving back to on QA since the change requested in the original description of the bug has been fixed. If further improvement of the automation used for setting automatically JVM Memory Heap Size is needed, please open a new RFE for it. Successfully verified on RHEV-M 3.5.1-0.1 (build vt14). *** Bug 1196062 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0905.html |