HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › Getting HEAP SPACE-OUT OF MEMORY when processing large files › Re: Re: Getting HEAP SPACE-OUT OF MEMORY when processing large files
March 6, 2013 at 10:19
#29243
HTML rendering (especially of that big docs) is a resource consuming task. We recommend to set at least 512m, but 1gig is better.
It does not mean JVM immediately allocates the memory – it only defines a limit for peak cases.