Ticket #3 (closed Bug: fixed)

Opened 8 months ago

Last modified 2 months ago

Memory usage too high during archiving process

Reported by: matt Assigned to:
Priority: major Milestone: Stable release
Component: Core Version:
Keywords: Cc:

Description

The memory usage seems too high during the archiving process.

There is need to

  1. profile the memory using Xdebug
  2. find potential memory leaks during archiving
  3. write documentation on how to optimize memory usage so people don't hit php memory limit too often (archive in multiple steps?)

Change History

01/04/08 01:52:02 changed by matt

  • milestone set to Future releases.

07/01/08 00:14:22 changed by matt

  • status changed from new to closed.
  • resolution set to fixed.

Fixed a memory leak problem, and introduced the dataTable truncation after N rows. Seems to work really well now.