Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versioned_docs/version-25.10/upgrade/upgrade-from-24-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ systemctl stop cbd
rm /var/lib/centreon-broker/* -f
```

And ensure the `memory_limit` parameter in `/etc/php.d/50-centreon.ini` (`/etc/php/8.2/fpm/conf.d/50-centreon.ini` for Debian) is set to at least 256mb. If it isn't, insert it manually.
And ensure the `memory_limit` parameter in `/etc/php.d/50-centreon.ini` (`/etc/php/8.2/fpm/conf.d/50-centreon.ini` for Debian) is set to at least 256M. If it isn't, insert it manually.

7. Clean the cache:

Expand Down
Loading