无法释放内存
Aperta
- Lingua principale
- PHP
- Stelle
- 0
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
在自定义进程中,使用TableManager::get('order')->set($orderSn, $orderData);进行数据写入,然后使用TableManager::get('order')->del($orderSn);无法释放掉内存,内存会一直堆积,直到自定义进程崩掉重启
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start by reproducing the reported sequence in a custom process: write with TableManager::get('order')->set($orderSn, $orderData), then delete with TableManager::get('order')->del($orderSn). Trace the TableManager set and del behavior; done means repeated writes and deletions no longer cause memory to keep accumulating until the process crashes.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- php
- Ambito
- backend
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 35/100