The PDF render process defaults to generation of the document in-memory. This may become a problem when rendering a very large report or a report that has many images. Changing BufferDocument to False will change the processing to use a temporary file. This will slow the processing, but size or number of images should not be a factor.