You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Я запускаю приложение оно стартует но потом спустя какое то время оно падает с ошибкой по памяти и уходит в бесконечный рестарт по памяти.
Есть ли возможность как то очищать данные по сессиям(не удаляя сами сессии) что бы избежать данной ошибки?
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 692224 bytes) in /app-host-link/vendor/danog/madelineproto/src/SessionPaths.php on line 128
I launch the application, it starts, but then after a while it crashes with an error from memory and goes into an endless restart from memory.
Is there a way to somehow clear session data (without deleting the sessions themselves) to avoid this error?
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 692224 bytes) in /app-host-link/vendor/danog/madelineproto/src/SessionPaths.php on line 128
The text was updated successfully, but these errors were encountered:
MadelineProto может использовать много памяти, даже при использовании базы данных в качестве кеша/хранилища. Но при перезапуске память должна очищаться. В целом на нагруженных аккаунтах падения могут происходить раз в несколько часов. Мы работаем над тем, что бы это происходило реже, но это трудоемкая задача.
Можно ли увидеть лог?
Насколько давно работала сессия? После создания сессии нужно получить много данных с сервера и в зависимости от возраста аккаунта это может занять много времени и памяти, но через какое то время падения должны стать гораздо реже.
Я запускаю приложение оно стартует но потом спустя какое то время оно падает с ошибкой по памяти и уходит в бесконечный рестарт по памяти.
Есть ли возможность как то очищать данные по сессиям(не удаляя сами сессии) что бы избежать данной ошибки?
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 692224 bytes) in /app-host-link/vendor/danog/madelineproto/src/SessionPaths.php on line 128
I launch the application, it starts, but then after a while it crashes with an error from memory and goes into an endless restart from memory.
Is there a way to somehow clear session data (without deleting the sessions themselves) to avoid this error?
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 692224 bytes) in /app-host-link/vendor/danog/madelineproto/src/SessionPaths.php on line 128
The text was updated successfully, but these errors were encountered: