mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #21412
[Bug 785472] Re: Eliminate all raise_memory_limit() calls
** Also affects: mahara/1.11
Importance: Medium
Assignee: Nigel Cunningham (nigelc-g)
Status: In Progress
** Also affects: mahara/1.10
Importance: Undecided
Status: New
** Changed in: mahara/1.11
Milestone: 1.10.0 => 1.11.0
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/785472
Title:
Eliminate all raise_memory_limit() calls
Status in Mahara ePortfolio:
In Progress
Status in Mahara 1.10 series:
New
Status in Mahara 1.11 series:
In Progress
Bug description:
There are very few places in Mahara were we raise PHP's memory limit,
but it is bad practice since that memory may not be reclaimed by
Apache until that child process is terminated.
Unless we are confident that a particular operation is impossible to
do without raising the memory limit, we should rewrite code which
fails to work within 32 MB of memory.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/785472/+subscriptions
References