You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Alexander Denissov (JIRA)" <ji...@apache.org> on 2017/02/22 23:34:44 UTC

[jira] [Created] (HAWQ-1354) Externalize JVM params from rps.sh into rps.properties

Alexander Denissov created HAWQ-1354:
----------------------------------------

             Summary: Externalize JVM params from rps.sh into rps.properties
                 Key: HAWQ-1354
                 URL: https://issues.apache.org/jira/browse/HAWQ-1354
             Project: Apache HAWQ
          Issue Type: Sub-task
            Reporter: Alexander Denissov
            Assignee: Ed Espino


Currently rps.sh script hardcodes JVM params: 

export CATALINA_OPTS="-server -Xms512m -Xmx512m -XX:MaxPermSize=128m

We need to :
- remove XX:MaxPermSize as it is obsolete for Java 1.8
- externalize numeric value into rps.properties as a property that can be tuned separately, default to reasonable value.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)