Re: [jruby-user] Anything wrong with shelling out to jruby?
Tim Uckun <[email protected]> Mon, 23 Mar 2015 09:50:49 +1300
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <CAGuHJrO88atHmtZ_L-UqLk6cYmg9xeSo5pq-ZyAz_yvDzDzMTQ@mail.gmail.com> |
Any word from the Jruby maintainers about this? It seems to me that it could be a huge win for jruby if a new java instance was not launched both for speed and memory utilization. On Sun, Mar 22, 2015 at 6:54 AM, John Joseph Bachir < [email protected]> wrote: > I also tried invoking pry like so: > > JRUBY_OPTS="-J-Djruby.launch.inproc=true" pry > > Same behavior. >