#3154 closed Defect (fixed)
System log cache causes out of memory errors
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.7.8 |
| Component: | Core | Version: | 1.7 |
| Severity: | major | Keywords: | |
| Cc: | brett@… | Difficulty: | easy |
Description
Doing a large import (or any other long running job that creates, updates or deletes data) results in tons of logging. All of this is stored in a static cache to prevent something from being logged twice. The cache should stop growing after a certain size.
Change History (2)
comment:1 Changed 2 years ago by cash
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 2 years ago by cash
(In [svn:8753]) Refs #3154 adding system log cache bug fix to trunk
Note: See
TracTickets for help on using
tickets.

(In [svn:8752]) Fixes #3154 prevent system log cache from crashing Elgg