> > eventually eats all my memory ( 1.5 GB ), returning MemoryError, abort
> > the build process
>
> This is gigantic. How many lines are this?
90 source rst files
average 12000 line in each file ( traditional chinese)

> > Is there any way to reduce memory usage in building
> * The recommended way is to split the document into separate documents.
>   Sphinx provides good support for inter-document links.
Ok, I will give it a try

> > and the file size of output html ?
soucre directory 116 mb

265 mb  _build/html
404 mb  _build/doctrees
total 669M

but the output size seems acceptable after Georg Brandl's explanation
> * does the html size scale linear with the input file size?
yes
> * you might consider converting to e.g. epub, which is basically zipped HTML.
epub output directory is 193 mb,
but I want to share these files on the internet, others need to
download the whole epub file,
and install epub reader, seems not a good option for me ......
> Günter
Thank you for reply :)

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to