0000896: Crash running Narrative Web report - system memory exhausted.
svn: r8363
This commit is contained in:
@ -2355,7 +2355,7 @@ class WebReport(Report):
|
||||
self.progress.step()
|
||||
|
||||
def gallery_pages(self, photo_list, source_list, archive):
|
||||
|
||||
import gc
|
||||
self.progress.set_pass(_("Creating media pages"),len(photo_list))
|
||||
|
||||
GalleryPage(self.database, self.title, source_list,
|
||||
@ -2368,6 +2368,7 @@ class WebReport(Report):
|
||||
photo_keys.sort(self.by_media_title)
|
||||
|
||||
for photo_handle in photo_keys:
|
||||
gc.collect() # Reduce memory usage when there are many images.
|
||||
if index == total:
|
||||
next = None
|
||||
else:
|
||||
|
Reference in New Issue
Block a user