Ben PHP bellek sızıntısı önlemek için çalışıyorum. Ben sonunda bir nesne ve unset oluşturduğunuzda hala bellekte bulunuyor. Unset görünüyor gibi:
$obj = NULL;
unset($obj);
Yine de bu yardımcı olmaz.
My question is what will happen when I fork the proccess and the object will be created and destructed in the child thread? Will this be the same? Or is there any other way how the free the memory?
Bu ram kaç konser tüketecektir ithalat yazısıdır.