Could not build html documentation for Ruby with rdoc19

T

Taro Iwakura

I'm trying to build html documentation for ruby-1.9.1-p129.
I have extracted source code and run command:
rdoc19 -o /tmp/rdoc --inline-source --line-numbers -f html

But it use too much memory (>2GB with swap) and I must kill process
when it generated ~20MB of final html documentation.
Can you, please, suggest how to solve this problem?

Thanks
 
R

Roger Pack

Taro said:
I'm trying to build html documentation for ruby-1.9.1-p129.
I have extracted source code and run command:
rdoc19 -o /tmp/rdoc --inline-source --line-numbers -f html

But it use too much memory (>2GB with swap) and I must kill process
when it generated ~20MB of final html documentation.
Can you, please, suggest how to solve this problem?

Hmm. use the latest version of rdoc [what is rdoc19?]?
I've run into this before, it does terminate eventually [for me], just
takes awhile!

here's online copies:
http://rubydoc.ruby-forum.com/

-r
 
M

Matt Neuburg

Taro Iwakura said:
I must kill process
when it generated ~20MB of final html documentation.
Can you, please, suggest how to solve this problem?

On my machine, the documentation is about 50 MB.

m.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top