You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening agendash doesn't work anymore, the api call returns the following error message:
"Sort exceeded memory limit of 104857600 bytes, but did not opt in to external sorting. Aborting operation. Pass allowDiskUse:true to opt in."
Do I need any additonal index on my agenda schemas or should I add allowDiskUse to this query?
regards
Simon
The text was updated successfully, but these errors were encountered:
Also, be aware, I just looked through the code, and agendash currently looks pretty badly optimized if you have a large number of jobs with lots of data in them, because it fetchs everything in a single mongodb query instead of lazy-loading job detail when you click on it.
Opening agendash doesn't work anymore, the api call returns the following error message:
"Sort exceeded memory limit of 104857600 bytes, but did not opt in to external sorting. Aborting operation. Pass allowDiskUse:true to opt in."
Do I need any additonal index on my agenda schemas or should I add allowDiskUse to this query?
regards
Simon
The text was updated successfully, but these errors were encountered: