Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The application crashes with an error \ Приложение падает с ошибкой #142

Open
SidorkinAlex opened this issue Dec 12, 2023 · 1 comment

Comments

@SidorkinAlex
Copy link

Я запускаю приложение оно стартует но потом спустя какое то время оно падает с ошибкой по памяти и уходит в бесконечный рестарт по памяти.

Есть ли возможность как то очищать данные по сессиям(не удаляя сами сессии) что бы избежать данной ошибки?

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

@xtrime-ru
Copy link
Owner

MadelineProto может использовать много памяти, даже при использовании базы данных в качестве кеша/хранилища. Но при перезапуске память должна очищаться. В целом на нагруженных аккаунтах падения могут происходить раз в несколько часов. Мы работаем над тем, что бы это происходило реже, но это трудоемкая задача.

  1. Можно ли увидеть лог?
  2. Насколько давно работала сессия? После создания сессии нужно получить много данных с сервера и в зависимости от возраста аккаунта это может занять много времени и памяти, но через какое то время падения должны стать гораздо реже.
  3. Используются ли встроенные EventHandler? Например getUpdates или setWebHook? https://github.com/xtrime-ru/TelegramApiServer#eventhandler-updates-webhooks
  4. Версия контейнера, самого приложения и зависимостей последняя?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@SidorkinAlex @xtrime-ru and others