Issue Details (XML | Word | Printable)

Key: MDL-9363
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

update memory limit checks and docs

Created: 15/Apr/07 10:15 PM   Updated: 22/Jul/08 08:39 PM
Return to search
Component/s: Documentation, Installation
Affects Version/s: 1.8
Fix Version/s: 1.8.1

Participants: Daniele Cordella and Petr Skoda
Security Level: None
Resolved date: 15/Apr/07
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
Moodle 1.8 does not install if memory limit is less than 40M in PHP 5.2.0; previous versions of PHP require less memory because the used memory calculation is wrong.

To do:
1/ fix installation docs
2/ fix checked limits in installer

This fix should prevent frequent incomplete install reports caused by running out of memory.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda added a comment - 15/Apr/07 10:43 PM
fixed in moodle and langs, closing...
the change in installer will be visible after next installer.php update

Petr Skoda added a comment - 15/Apr/07 10:57 PM
Official min limit is 40M now. It may work with lower memory settings but even 40M may not be always enough. Normal Moodle pages try to increate the memory to 96M, cron and other scripts to 192M.

Please note that code is tested mostly with the higher memory settings, not with enforced 40M limit.


Daniele Cordella added a comment - 22/Jul/08 08:37 PM
Ciao Petr
I had the same problem you described. I had incomplete install caused by running out of memory on Moodle 2.0 and moodle didn't risw up any warning. Maybe this check should be improved!!!!

Daniele Cordella added a comment - 22/Jul/08 08:39 PM