Eric Armstrong wrote:
Eric Armstrong wrote:
Aha. I see that change has to be made to the
first line of the gem script in /bin
#!/usr/bin/env jruby -J-Xmx784M
Yow. But even that change was insufficient. So I tried
the same settings we use for monster javadoc builds:
#!/usr/bin/env jruby -
Eric Armstrong wrote:
Aha. I see that change has to be made to the
first line of the gem script in /bin
#!/usr/bin/env jruby -J-Xmx784M
Yow. But even that change was insufficient. So I tried
the same settings we use for monster javadoc builds:
#!/usr/bin/env jruby -J-Xms128M -J-Xmx1024M
Done. And glad to do it.
Charles Oliver Nutter wrote:
Eric Armstrong wrote:
I recently had occasion to write a JRuby script that used Java APIs in
the
XDocs CMS. I found most of the information I needed scattered around the
web. I decided to collect the relevant stuff in one place, leaving out
Aha. I see that change has to be made to the
first line of the gem script in /bin
#!/usr/bin/env jruby -J-Xmx784M
In my version, it doesn't even specify 384m. It just
uses the default.
Peter Brant wrote:
I recently had the same problem (with Ruby trunk though). Changing
#!/usr/bin/env jr
Thanks so much. Very basic stuff.
I think I'll change my name to "Rusty".
:_)
Dudley Flanders wrote:
On Oct 11, 2007, at 6:13 PM, Eric Armstrong wrote:
I /thought/ that was a core package, but when the mv
command wasn't recognized, I thought I needed to require
it in. But that failed with "no
error occurs when attempting to disable jit at the command line on windows
--
Key: JRUBY-1426
URL: http://jira.codehaus.org/browse/JRUBY-1426
Project: JRuby
Issue Type:
Yeah, I think Charlie once did a loop of 10 installs in a row and by
the end things were getting pretty close in perf to MRI (and that was
some time ago -- so we are probably better now). So hotspot is great
for server workloads and ultimately this will be good for things like
Rails.
For client l
We do follow the same docs and I suspect you are just missing:
require 'ftools'
The Documentation for 'File' says that it is also documenting ftools
as well (and I don't really understand why).
-Tom
On 10/11/07, Eric Armstrong <[EMAIL PROTECTED]> wrote:
> Surprisingly, attempts to execute File.
jruby bombs with Cannot locate function 'chmod' when attempting gem install.
Key: JRUBY-1425
URL: http://jira.codehaus.org/browse/JRUBY-1425
Project: JRuby
Issue Ty
Hi,
It seems that the RDoc performance problem isn't really that - except
that hotspot doesn't have time to improve the situation. If I change the
bench_rake_install script to include the --no-ri flag, I can run it
repeatedly. The results are interesting. MRI:
3.58 0.10 3.68
10 matches
Mail list logo