https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #92908|0 |1 is obsolete| | Attachment #92909|0 |1 is obsolete| | Attachment #92910|0 |1 is obsolete| | --- Comment #9 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 92919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92919&action=edit Bug 23626 - Add a system preference to limit the number of rows of data used in a chart when viewing report results The number of rows generated by a report is potentially unlimited; this has the potential to exhaust all available memory, bringing a Koha server down to its knees. The attached patch introduces a system preference to limit the number of rows used when charting report results; at this time, and with bug #23624 fixed, that is the only aspect of reporting that loads all results into memory at once. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.