You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <ui...@incubator.apache.org> on 2009/11/24 18:03:39 UTC

[jira] Created: (UIMA-1679) UIMA scripts set memory options that override user's setiings

UIMA scripts set memory options that override user's setiings
-------------------------------------------------------------

                 Key: UIMA-1679
                 URL: https://issues.apache.org/jira/browse/UIMA-1679
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Burn Lewis
             Fix For: 2.3


Old setUimaClassPath set -Xms128M -Xmx800M only if user didn't set UIMA_JVM_OPTS.
New runUinaClass always appends these to the user's options which overrides their settings.
Perhaps we shouldn't be setting any defaults at all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (UIMA-1679) UIMA scripts set memory options that override user's setiings

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782099#action_12782099 ] 

Marshall Schor commented on UIMA-1679:
--------------------------------------

How about only specifying this if the user doesn't supply any JVM_OPTS?  That way, the user can override, and the out-of-the-box experience may avoid some out-of-memory issues.

> UIMA scripts set memory options that override user's setiings
> -------------------------------------------------------------
>
>                 Key: UIMA-1679
>                 URL: https://issues.apache.org/jira/browse/UIMA-1679
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Burn Lewis
>             Fix For: 2.3
>
>
> Old setUimaClassPath set -Xms128M -Xmx800M only if user didn't set UIMA_JVM_OPTS.
> New runUinaClass always appends these to the user's options which overrides their settings.
> Perhaps we shouldn't be setting any defaults at all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (UIMA-1679) UIMA scripts set memory options that override user's setiings

Posted by "Burn Lewis (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Burn Lewis reassigned UIMA-1679:
--------------------------------

    Assignee: Burn Lewis

> UIMA scripts set memory options that override user's setiings
> -------------------------------------------------------------
>
>                 Key: UIMA-1679
>                 URL: https://issues.apache.org/jira/browse/UIMA-1679
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Burn Lewis
>            Assignee: Burn Lewis
>             Fix For: 2.3
>
>
> Old setUimaClassPath set -Xms128M -Xmx800M only if user didn't set UIMA_JVM_OPTS.
> New runUinaClass always appends these to the user's options which overrides their settings.
> Perhaps we shouldn't be setting any defaults at all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1679) UIMA scripts set memory options that override user's setiings

Posted by "Burn Lewis (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Burn Lewis closed UIMA-1679.
----------------------------

    Resolution: Fixed

Now as in the past, memory options set only if caller doesn't specify any UIMA_JVM_OPTS 

> UIMA scripts set memory options that override user's setiings
> -------------------------------------------------------------
>
>                 Key: UIMA-1679
>                 URL: https://issues.apache.org/jira/browse/UIMA-1679
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Burn Lewis
>            Assignee: Burn Lewis
>             Fix For: 2.3
>
>
> Old setUimaClassPath set -Xms128M -Xmx800M only if user didn't set UIMA_JVM_OPTS.
> New runUinaClass always appends these to the user's options which overrides their settings.
> Perhaps we shouldn't be setting any defaults at all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.