You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/03/23 17:30:00 UTC

[jira] [Commented] (GEODE-4924) gfsh only accepts a single JAVA_ARGS argument on Windows.

    [ https://issues.apache.org/jira/browse/GEODE-4924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411753#comment-16411753 ] 

ASF subversion and git services commented on GEODE-4924:
--------------------------------------------------------

Commit 636792506ae6bcf869ebfee9f43ec048f426baad in geode's branch refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=6367925 ]

GEODE-4924: Fixes JAVA_ARGS environemnt parameter. (#1673)

- Fixes formatting
- Removes extra @ (echo suppression)

> gfsh only accepts a single JAVA_ARGS argument on Windows.
> ---------------------------------------------------------
>
>                 Key: GEODE-4924
>                 URL: https://issues.apache.org/jira/browse/GEODE-4924
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Jacob S. Barrett
>            Assignee: Jacob S. Barrett
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {{gfsh.bat}} incorrectly escapes {{AVA_ARG}} environment variable resulting in passing them as a single argument to the {{java.exe}}. 
>  
> {noformat}
> > set JAVA_ARGS=-Xmx1g -client
> > gfsh
> Invalid maximum heap size: -Xmx1g -client{noformat}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)