S
Steffen
Guest
After upgrading from XenForo 2.3.0 RC5 to XenForo 2.3.0 Final,
kernel: Out of memory: Killed process 459314 (php) total-vm:21573920kB, anon-rss:21323748kB, file-rss:640kB, shmem-rss:0kB, UID:1000 pgtables:42208kB oom_score_adj:200
XenForo 2.3.0 Final contains this change from 2.3.0 RC5 (probably to fix this bug):
Diff:
Read more
Continue reading...
xf-rebuild:search --truncate
got killed for me (twice) because it used too much memory:kernel: Out of memory: Killed process 459314 (php) total-vm:21573920kB, anon-rss:21323748kB, file-rss:640kB, shmem-rss:0kB, UID:1000 pgtables:42208kB oom_score_adj:200
XenForo 2.3.0 Final contains this change from 2.3.0 RC5 (probably to fix this bug):
Diff:
Code:
--- a/src/XF/Job/AbstractJob.php
+++ b/src/XF/Job/AbstractJob.php
@@...
Read more
Continue reading...