Open RussellEngland opened 6 years ago
Hmm, have you done any debugging to see how many locks there actually are in ->openlocks[] ?
Is the number of students relevant here, like is tincan doing something odd like creating a lock for each user?
In typical use we are seeing at most a double digit number of locks at any one point in time, and generally they are all of cron / task locks. So maybe all these extra locks you are nothing to do with the task api and could be simple ignored completely by the lock proxy.
Hey Chaps! :)
We are running out of memory on a site with around 250,000 users.
Is there a way to resolve this without increasing the memory?
Line 171 is part of commit 09c49f67
Cheers, Russ