Analyser la "queuednotification" memory_limit
Exemple d’erreur dans le php-errors.log
[2026-07-17 04:00:09] glpi.CRITICAL: *** Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 9269800 bytes)
Backtrace :
./src/DBmysql.php:596
[2026-07-17 09:38:27] glpi.CRITICAL: *** Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 4775392 bytes)" at DBmysql.php line 596
Backtrace :
./src/DBmysql.php:596Vue d'ensemble : taille totale de la file (queuednotification)
SELECT COUNT(*) AS nb,
ROUND(SUM(LENGTH(COALESCE(body_html,''))+LENGTH(COALESCE(body_text,'')))/1048576,1) AS total_mb,
MAX(sent_try) AS max_retry
FROM glpi_queuednotifications WHERE is_deleted = 0;
Les 20 plus grosses notifications en attente

Quel ticket/objet génère le plus de volume (body × destinataires)

Simuler le prochain batch du cron

Consultation du ticket incriminé

Nettoyer le ticket
Nettoyer le collecteur
Adapter le moteur de règles du collecteur
Mis à jour