You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Nickolay Martinov (Created) (JIRA)" <ji...@apache.org> on 2011/11/09 11:37:51 UTC

[jira] [Created] (SM-2131) Start script improvements: config file, better handling of file limits, permgen

Start script improvements: config file, better handling of file limits, permgen
-------------------------------------------------------------------------------

                 Key: SM-2131
                 URL: https://issues.apache.org/jira/browse/SM-2131
             Project: ServiceMix
          Issue Type: Improvement
          Components: servicemix-core
    Affects Versions: 3.3.2
            Reporter: Nickolay Martinov


1. It is inconvenient to control max memory over environment valiables. Most of the time having config file is much more better.
2. In certain situations script decreases open file limit instead of increasing it
3. In case of frequent SA redeployments it might be very helpful to be able to increase maximum permGen size (to deal with classloader leaks)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SM-2131) Start script improvements: config file, better handling of file limits, permgen

Posted by "Nickolay Martinov (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nickolay Martinov updated SM-2131:
----------------------------------

    Comment: was deleted

(was: Patch for the servicemix start script)
    
> Start script improvements: config file, better handling of file limits, permgen
> -------------------------------------------------------------------------------
>
>                 Key: SM-2131
>                 URL: https://issues.apache.org/jira/browse/SM-2131
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.3.2
>            Reporter: Nickolay Martinov
>              Labels: patch
>
> 1. It is inconvenient to control max memory over environment valiables. Most of the time having config file is much more better.
> 2. In certain situations script decreases open file limit instead of increasing it
> 3. In case of frequent SA redeployments it might be very helpful to be able to increase maximum permGen size (to deal with classloader leaks)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SM-2131) Start script improvements: config file, better handling of file limits, permgen

Posted by "Nickolay Martinov (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nickolay Martinov updated SM-2131:
----------------------------------

    Attachment: servicemix.patch

Patch for servicemix start script
                
> Start script improvements: config file, better handling of file limits, permgen
> -------------------------------------------------------------------------------
>
>                 Key: SM-2131
>                 URL: https://issues.apache.org/jira/browse/SM-2131
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.3.2
>            Reporter: Nickolay Martinov
>              Labels: patch
>         Attachments: servicemix.patch
>
>
> 1. It is inconvenient to control max memory over environment valiables. Most of the time having config file is much more better.
> 2. In certain situations script decreases open file limit instead of increasing it
> 3. In case of frequent SA redeployments it might be very helpful to be able to increase maximum permGen size (to deal with classloader leaks)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SM-2131) Start script improvements: config file, better handling of file limits, permgen

Posted by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated SM-2131:
-------------------------------------

    Fix Version/s: 3.5
    
> Start script improvements: config file, better handling of file limits, permgen
> -------------------------------------------------------------------------------
>
>                 Key: SM-2131
>                 URL: https://issues.apache.org/jira/browse/SM-2131
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.3.2
>            Reporter: Nickolay Martinov
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: 3.5
>
>         Attachments: servicemix.patch
>
>
> 1. It is inconvenient to control max memory over environment valiables. Most of the time having config file is much more better.
> 2. In certain situations script decreases open file limit instead of increasing it
> 3. In case of frequent SA redeployments it might be very helpful to be able to increase maximum permGen size (to deal with classloader leaks)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (SM-2131) Start script improvements: config file, better handling of file limits, permgen

Posted by "Nickolay Martinov (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nickolay Martinov updated SM-2131:
----------------------------------

    Attachment:     (was: servicemix.patch)
    
> Start script improvements: config file, better handling of file limits, permgen
> -------------------------------------------------------------------------------
>
>                 Key: SM-2131
>                 URL: https://issues.apache.org/jira/browse/SM-2131
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.3.2
>            Reporter: Nickolay Martinov
>              Labels: patch
>
> 1. It is inconvenient to control max memory over environment valiables. Most of the time having config file is much more better.
> 2. In certain situations script decreases open file limit instead of increasing it
> 3. In case of frequent SA redeployments it might be very helpful to be able to increase maximum permGen size (to deal with classloader leaks)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SM-2131) Start script improvements: config file, better handling of file limits, permgen

Posted by "Nickolay Martinov (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nickolay Martinov updated SM-2131:
----------------------------------

    Attachment: servicemix.patch

Patch for the servicemix start script
                
> Start script improvements: config file, better handling of file limits, permgen
> -------------------------------------------------------------------------------
>
>                 Key: SM-2131
>                 URL: https://issues.apache.org/jira/browse/SM-2131
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.3.2
>            Reporter: Nickolay Martinov
>              Labels: patch
>         Attachments: servicemix.patch
>
>
> 1. It is inconvenient to control max memory over environment valiables. Most of the time having config file is much more better.
> 2. In certain situations script decreases open file limit instead of increasing it
> 3. In case of frequent SA redeployments it might be very helpful to be able to increase maximum permGen size (to deal with classloader leaks)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (SM-2131) Start script improvements: config file, better handling of file limits, permgen

Posted by "Jean-Baptiste Onofré (Assigned JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned SM-2131:
----------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> Start script improvements: config file, better handling of file limits, permgen
> -------------------------------------------------------------------------------
>
>                 Key: SM-2131
>                 URL: https://issues.apache.org/jira/browse/SM-2131
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.3.2
>            Reporter: Nickolay Martinov
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>         Attachments: servicemix.patch
>
>
> 1. It is inconvenient to control max memory over environment valiables. Most of the time having config file is much more better.
> 2. In certain situations script decreases open file limit instead of increasing it
> 3. In case of frequent SA redeployments it might be very helpful to be able to increase maximum permGen size (to deal with classloader leaks)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (SM-2131) Start script improvements: config file, better handling of file limits, permgen

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SM-2131.
--------------------------------------

    Resolution: Fixed
    
> Start script improvements: config file, better handling of file limits, permgen
> -------------------------------------------------------------------------------
>
>                 Key: SM-2131
>                 URL: https://issues.apache.org/jira/browse/SM-2131
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.3.2
>            Reporter: Nickolay Martinov
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: 3.4.1
>
>         Attachments: servicemix.patch
>
>
> 1. It is inconvenient to control max memory over environment valiables. Most of the time having config file is much more better.
> 2. In certain situations script decreases open file limit instead of increasing it
> 3. In case of frequent SA redeployments it might be very helpful to be able to increase maximum permGen size (to deal with classloader leaks)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SM-2131) Start script improvements: config file, better handling of file limits, permgen

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SM-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404949#comment-13404949 ] 

Jean-Baptiste Onofré commented on SM-2131:
------------------------------------------

I didn't apply all part of the patch as it introduces change for the existing user (and I want to avoid this kind of changes on minor release).
                
> Start script improvements: config file, better handling of file limits, permgen
> -------------------------------------------------------------------------------
>
>                 Key: SM-2131
>                 URL: https://issues.apache.org/jira/browse/SM-2131
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.3.2
>            Reporter: Nickolay Martinov
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: 3.4.1
>
>         Attachments: servicemix.patch
>
>
> 1. It is inconvenient to control max memory over environment valiables. Most of the time having config file is much more better.
> 2. In certain situations script decreases open file limit instead of increasing it
> 3. In case of frequent SA redeployments it might be very helpful to be able to increase maximum permGen size (to deal with classloader leaks)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira