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
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