You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andreas Pieber (JIRA)" <ji...@apache.org> on 2011/08/17 19:02:27 UTC

[jira] [Updated] (KARAF-818) Allow JAVA_MAX_MEM, JAVA_PERM_MEM, JAVA_MIN_MEM, JAVA_MAX_PERM_MEM the same way as for linux startup file

     [ https://issues.apache.org/jira/browse/KARAF-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Pieber updated KARAF-818:
---------------------------------

    Description: Via set it should be allowed to modify the max&min memory and perm space similar as this is possible already in linux  (was: +if "%JAVA_MIN_MEM%" == "" (
+    set JAVA_MIN_MEM=128M
+)
+
+if "%JAVA_MAX_MEM%" == "" (
+    set JAVA_MAX_MEM=512M
+)
+
+if "%JAVA_PERM_MEM%" == "" (
+    set JAVA_PERM_MEM=16M
+)
+
+if "%JAVA_MAX_PERM_MEM%" == "" (
+    set JAVA_MAX_PERM_MEM=64M
+)
+)

> Allow JAVA_MAX_MEM, JAVA_PERM_MEM, JAVA_MIN_MEM, JAVA_MAX_PERM_MEM the same way as for linux startup file
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-818
>                 URL: https://issues.apache.org/jira/browse/KARAF-818
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-os-integration
>    Affects Versions: 2.2.2
>            Reporter: Andreas Pieber
>            Assignee: Andreas Pieber
>             Fix For: 2.2.3, 3.0.0
>
>
> Via set it should be allowed to modify the max&min memory and perm space similar as this is possible already in linux

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira