Hello,
Im trying to fetch all the users in my Model by doing a simple Users::find() and I keep on getting a fatal error, Allowed memory exhausted, I have 512MB, which I believe should be sufficient, it shouldn't need more.
Other feches on smaller tables return results, so it's a problem of the size of the result fetched.