-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: nuxeoctl start/stop/admin
-
Release Notes Summary:Nuxeoctl showconf correctly displays the current Java options
-
Backlog priority:800
-
Sprint:NOS 9.3.5
-
Story Points:2
JAVA_OPTS in nuxeo.conf (heap size for example) are misreported by the showconf command.
To reproduce:
- use nuxeo-server-8.10-tomcat.zip
- edit nuxeo.conf heap size
## Heap size JAVA_OPTS=-Xms512m -Xmx1500m
- nuxeoctl showconf will display
** Settings from nuxeo.conf: JAVA_OPTS=-Xms512m -Xmx1024m