[
https://issues.apache.org/jira/browse/OPENEJB-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Gumbrecht resolved OPENEJB-2023.
-------------------------------------
Resolution: Fixed
Also added to batch:
REM Prefer a local JRE if we find one in the current bin directory
IF EXIST "%~dp0jre" (
SET "JRE_HOME=%~dp0jre"
)
REM Prefer a local JDK if we find one in the current bin directory
IF EXIST "%~dp0jdk" (
SET "JAVA_HOME=%~dp0jdk"
)
...to search for local JDK or JRE.
> Tuning the jvm memory in jvm mode can only be performed by the service deamon
> -----------------------------------------------------------------------------
>
> Key: OPENEJB-2023
> URL: https://issues.apache.org/jira/browse/OPENEJB-2023
> Project: OpenEJB
> Issue Type: Improvement
> Components: configuration
> Affects Versions: (trunk/tomee)
> Environment: Win 32/64
> Reporter: Andy Gumbrecht
> Assignee: Andy Gumbrecht
> Priority: Trivial
> Labels: daemon
> Fix For: 4.6.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Tuning the jvm memory in jvm mode can only be performed by the service deamon
> using:
> --JvmMs=512
> --JvmMx=1024
> --JvmSs=2048
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira