Has anyone tested how many robots can be created on an 8h16g server? Is there a more lightweight way to create them? ``` BotSession session = telegramBotsApplication .registerBot(botToken, () -> TelegramUrl.DEFAULT_URL, new PoneGetUpdatesGenerator(), bot .getUpdatesConsumer()); ```