tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
3.17k stars 600 forks source link

Memory Usage Issue #621

Open sauween opened 2 months ago

sauween commented 2 months ago
image

I have encountered a significant memory usage issue with the Telegram Bot API server. I couldn't find any options related to memory limits or memory localization in the documentation or configuration options. The server consumes a considerable amount of memory, requiring me to restart it weekly.

levlam commented 2 months ago

If you have a highloaded bot with millions chats and users, then it may require that amount of memory to handle the load.