Skip to content
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

Integrity Check - Memory Usage #198

Closed
luke- opened this issue Nov 14, 2023 · 2 comments · Fixed by #199
Closed

Integrity Check - Memory Usage #198

luke- opened this issue Nov 14, 2023 · 2 comments · Fixed by #199
Assignees

Comments

@luke-
Copy link
Contributor

luke- commented Nov 14, 2023

No new migrations found. Your system is up-to-date.

xxx:/srv/www/humhub/protected # php yii integrity/run


Validating: CFile Module (4901 entries)

 

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /srv/www/humhub/protected/vendor/yiisoft/yii2/log/Logger.php on line 161

PHP Fatal Error 'yii\base\ErrorException' with message 'Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)'

 

in /srv/www/humhub/protected/vendor/yiisoft/yii2/log/Logger.php:161

 

Stack trace:

#0 [internal function]: yii\base\ErrorHandler->handleFatalError()

#1 {main}

xxx:/srv/www/humhub/protected #

 

xxx:/srv/www/humhub/protected # free

total used free shared buff/cache available

Mem: 3723400 1860372 211092 81208 1991032 1863028

Swap: 4021224 3584 4017640
@yurabakhtin
Copy link
Contributor

@luke- Fixed in PR #199, also please merge other PRs above where I have fixed similar issue.

@luke-
Copy link
Contributor Author

luke- commented Nov 16, 2023

@yurabakhtin Thanks for the fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants