Re: [jruby-dev] jruby 1.0: gem install failure

2007-10-12 Thread Charles Oliver Nutter
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 -

Re: [jruby-dev] jruby 1.0: gem install failure

2007-10-12 Thread Eric Armstrong
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

Re: [jruby-dev] Using Java Classes in JRuby

2007-10-12 Thread Eric Armstrong
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

Re: [jruby-dev] jruby 1.0: gem install failure

2007-10-12 Thread Eric Armstrong
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

Re: [jruby-dev] Re: jruby 1.0: gem install failure

2007-10-12 Thread Eric Armstrong
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

[jruby-dev] [jira] Created: (JRUBY-1426) error occurs when attempting to disable jit at the command line on windows

2007-10-12 Thread Alex Durgin (JIRA)
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:

Re: [jruby-dev] RDoc might not be a performance problem

2007-10-12 Thread Thomas E Enebo
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

Re: [jruby-dev] Where are JRuby API docs?

2007-10-12 Thread Thomas E Enebo
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-dev] [jira] Created: (JRUBY-1425) jruby bombs with Cannot locate function 'chmod' when attempting gem install.

2007-10-12 Thread Alex Durgin (JIRA)
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

[jruby-dev] RDoc might not be a performance problem

2007-10-12 Thread Ola Bini
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