-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2.0.0-incubating
-
Component/s: Security
-
Labels:None
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.
- links to