History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

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

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
Component/s: Installation, Documentation
Affects Version/s: 1.8
Fix Version/s: 1.8.1

Participants: Daniele Cordella and Petr Škoda
Security Level: None


 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 Škoda - 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 Škoda - 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 - 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 - 22/Jul/08 08:39 PM