-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Used memory grew by more than 10 MB when executing job OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash #45189
Comments
I also get this when subscribed Google Calendars are queried. I read in the Nextcloud forum that you can increase the following value in cron.php.
But I'm not sure if this is a good idea. |
This is more a "hint" for developpers to (potentially, if possible) optimize code paths than something users should be worried about (unless we're talking about a great amount of RAM increase, like hundreds of MiB). In the example above, this represents 5MiB more than the treshold of 10MiB that triggers the warning:
You can almost always safely ignore this. |
In 29.0.2 I still have this... |
@kangaroo72 In 29.0.4 the threshold is higher. #45843 |
Same on 29.0.4 |
@Markoise: This is not the same. It says 50 MB. :-) Please create a dedicated issue about it, if you wish, so that we can look into why/what cron job is using that amount of memory. You'll need to include the full log entry when doing so. |
Bug description
Every few cron runs I see the warning
Used memory grew by more than 10 MB when executing job OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash
in the log. Running with loglevel 0 does not reveal any more details:Steps to reproduce
Wait for cron to run
Expected behavior
No error.
Installation method
Community Manual installation with Archive
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: