Skip to content

Commit db59927

Browse files
committed
minor #145 Disable preloading (Nyholm)
This PR was merged into the master branch. Discussion ---------- Disable preloading Im looking at Carsonbot’s php logs. I see a lot of `zend_mm_heap corrupted`. It seams to be related to bug in php extensions or some kind miss-manage of memory. However, we dont have any extra extensions... I saw this [php bug](https://bugs.php.net/bug.php?id=78995), a maintainer suggest that this warning could be ignored but they didn't give any explanation why or how. I want to disable preloading to see if the error is related. Commits ------- cc7477c Disable preloading
2 parents 1627f71 + cc7477c commit db59927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.symfony.cloud.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ web:
2020

2121
disk: 2048
2222

23-
variables:
24-
php:
25-
opcache.preload: /app/config/preload.php
23+
#variables:
24+
# php:
25+
# opcache.preload: /app/config/preload.php
2626

2727
mounts:
2828
'/var': { source: local, source_path: var }

0 commit comments

Comments
 (0)