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

2007-10-29 Thread Eric Armstrong
Egad. I see that Ola made another note, and yet I didn't see that one either. I now see what happened: The bug-created message comes from [EMAIL PROTECTED], with heading [jruby-dev]. The bug-commented messages come from [EMAIL PROTECTED], with heading [jira]. As a result I've been filtering bug

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

2007-10-15 Thread Eric Armstrong
Ok. I'll do that. Is there any workaround, in the meantime? Charles Oliver Nutter wrote: 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

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] 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] jruby 1.0: gem install failure

2007-10-11 Thread Charles Oliver Nutter
Peter Brant wrote: I recently had the same problem (with Ruby trunk though). Changing #!/usr/bin/env jruby -J-Xmx384M to #!/usr/bin/env jruby -J-Xmx784M fixed it for me (why JRuby is using so much memory in this case may still be worth investigating though...) Unfortunately, though we do u

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

2007-10-11 Thread Peter Brant
I recently had the same problem (with Ruby trunk though). Changing #!/usr/bin/env jruby -J-Xmx384M to #!/usr/bin/env jruby -J-Xmx784M fixed it for me (why JRuby is using so much memory in this case may still be worth investigating though...) Pete -

[jruby-dev] jruby 1.0: gem install failure

2007-10-11 Thread Eric Armstrong
% which gem /java/pubs/tools/jruby/latest/bin/gem % ls -l /java/pubs/tools/jruby/latest /java/pubs/tools/jruby/latest -> 1.0/ Server: javapubs (big honkin' Enterprise 450 w/ton o'memory) % gem install FileUtils Bulk updating Gem source index for: http://gems.rubyforge.org Exception in thread "m