Re: [jruby-user] Shebang script with arguments
Charles Duffy <[email protected]> Mon, 30 Mar 2015 16:05:12 -0500
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <CAEHm_sirGT0MYOSAsKfWk=2o1Hy5Gh8j3uC8payRzBdD6cE-9A@mail.gmail.com> |
POSIX doesn't generally allow more than one argument (other than the interpreter name itself) to be passed as part of a shebang, so even if your operating system supports this, it won't be portable: You've already filled that one position with "jruby", since slot 0 is "env". On Mon, Mar 30, 2015 at 3:55 PM, Rodrigo Botafogo <[email protected]> wrote: > Hello... > > I have a shebang script for jruby, and I need to change the java heap spa= ce > in it. How do I do that? Is it possible? > > Doing: > > #!/usr/bin/env jruby -J-Xmx1024m > > does not work. > > I=C2=B4ve seen a suggestion, that for Python the best would be to add the > parameter to a shell variable. Can this be done for JRuby? > > > Thanks a lot.... > > -- > Rodrigo Botafogo > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email