alenpaulvarghese / Web-Screenshot-Bot

A simple telegram bot to take screenshot of a given website and upload it to telegram
GNU Affero General Public License v3.0
82 stars 75 forks source link

Heroku R14 - Memory quota exceeded #13

Closed alenpaulvarghese closed 3 years ago

alenpaulvarghese commented 3 years ago

Heroku memory quota (500MB) exceeds while rendering any resource-intense webpages. As pointed out by Touka0, this is caused due to the design flaw in commit cdeeb7ad8583e761d2f6e7f9ce9eb731018769ca.

Should be fixed by completely removing in-memory ( io.BytesIO) rendering.