Enrolments and memory

Enrolments and memory

بواسطة - Florent Lartet
عدد الردود: 1
Hello,
I've a problem which makes me crazy for a lot of days.
I use external enrolment with an external table named 'enrol' which contains about 40 000 entries.
Its fields are idnumber_etu, idnumber_course and role.
This worked great with Moodle 1.6.x
The problem, in 1.7.x, is that enrolments take a lot of time and memory.
So, about 3 hours after the beginning, syncing stops with an "Out of memory" error on my Fedora (not in php), why ? recordsets seems to be closed properly.
I'm currently trying to "over-size" the memory of my test server ... but it swaps and crashes.

Thanks for help.
متوسط التقييمات: -
رداً على Florent Lartet

Re: Enrolments and memory

بواسطة - Armin A.
hi,

i have exactley the same problem! we have about 6.000 members and 70.000 enrolments...too much so that the php process runs out of memory! and it takes horribly long...
did you already solve it?