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

Memory Exceeded Error when bot is uploading #10

Closed
hatoyski opened this issue Dec 15, 2021 · 3 comments
Closed

Memory Exceeded Error when bot is uploading #10

hatoyski opened this issue Dec 15, 2021 · 3 comments

Comments

@hatoyski
Copy link

File less than 600mb usually no error during downloading and uploading but if more than 600mb like 900mb or 1gb shows error when uploading and even restarts the bot. Using heroku btw

@FayasNoushad
Copy link
Owner

File less than 600mb usually no error during downloading and uploading but if more than 600mb like 900mb or 1gb shows error when uploading and even restarts the bot. Using heroku btw

Send logs

@hatoyski
Copy link
Author

here some log

2021-12-15T14:38:36.315652+00:00 heroku[worker.1]: Starting process with command python main.py
2021-12-15T14:38:36.967072+00:00 heroku[worker.1]: State changed from starting to up
2021-12-15T14:38:39.224483+00:00 app[worker.1]: Pyrogram v1.2.20, Copyright (C) 2017-2021 Dan https://github.com/delivrance
2021-12-15T14:38:39.224498+00:00 app[worker.1]: Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+)
2021-12-15T14:38:39.224498+00:00 app[worker.1]:
2021-12-15T14:41:04.728220+00:00 heroku[worker.1]: Process running mem=562M(109.8%)
2021-12-15T14:41:04.730670+00:00 heroku[worker.1]: Error R14 (Memory quota exceeded)
2021-12-15T14:42:30.073828+00:00 heroku[worker.1]: Process running mem=561M(109.7%)
2021-12-15T14:42:30.110682+00:00 heroku[worker.1]: Error R14 (Memory quota exceeded)
2021-12-15T14:44:34.944770+00:00 heroku[worker.1]: Process running mem=1279M(250.0%)
2021-12-15T14:44:35.005640+00:00 heroku[worker.1]: Error R15 (Memory quota vastly exceeded)
2021-12-15T14:44:35.016436+00:00 heroku[worker.1]: Stopping process with SIGKILL
2021-12-15T14:44:35.148682+00:00 heroku[worker.1]: Process exited with status 137
2021-12-15T14:44:35.250441+00:00 heroku[worker.1]: State changed from up to crashed
2021-12-15T14:44:35.268416+00:00 heroku[worker.1]: State changed from crashed to starting
2021-12-15T14:44:39.973916+00:00 heroku[worker.1]: Starting process with command python main.py
2021-12-15T14:44:40.573373+00:00 heroku[worker.1]: State changed from starting to up
2021-12-15T14:44:43.116675+00:00 app[worker.1]: Pyrogram v1.2.20, Copyright (C) 2017-2021 Dan https://github.com/delivrance
2021-12-15T14:44:43.116688+00:00 app[worker.1]: Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+)
2021-12-15T14:44:43.116689+00:00 app[worker.1]:

@FayasNoushad
Copy link
Owner

This is problem of server.

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

2 participants