Bug 114451
| Summary: | Need a mechanism for persistently specifying the JVM args | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Web Application Framework | Reporter: | Daniel Berrangé <berrange> |
| Component: | installation | Assignee: | Dennis Gregorovic <dgregor> |
| Status: | CLOSED RAWHIDE | QA Contact: | Jon Orris <jorris> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | nightly | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-02-05 16:04:40 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: | |||
| Bug Blocks: | 113496 | ||
|
Description
Daniel Berrangé
2004-01-28 11:46:32 UTC
as of @39840, the user can set per-ccm-instance variables with $CCM_HOME/conf/envvars. So, to set some JVM args for the default ccm install on a machine, add the following line to /usr/share/ccm/conf/envvars: JAVA_OPTS=-Xms256m -Xmx256m Works with tomcat & resin. |