Jump to content

[Solved] Suspended: pgarcia


Recommended Posts

Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server.

 

If you need help figuring out why your site is causing such high load let us know and we can try to help. If the high load is simply because your site is getting a lot of traffic, you might want to consider purchasing a VPS instead. VPS hosting gives you an entire virtual server to yourself, including no load limits, a dedicated IP address, and full root access.

Link to comment
Share on other sites

If you cant see the load bar, then its safe to assume you got suspended for spike load, not sustained load. The graph usually shows sustained load.

 

The best information I can give is stay away from WordPress. I do not know of you where using it but it seems like you aren't now (I see a smiley face when I vist your url. Cute. XD) but just as a precaution since normally people get suspended for WP alot.

Link to comment
Share on other sites

You're significantly the highest memory over the last 24 hours, and most of your load is coming from

 

/usr/bin/python3.7 /home/pgarcia/telegramMaGbot.py
You need to make that script more memory efficient or risk being suspended again. Here's what your load for the last 24 hours looks like:

12fd13c4f4a6507001009d49399f2afc.png

 

EDIT:

 

It looks like the last 7 days graph broke at some point. I have fixed it. Thanks for drawing my attention to it. Here is what it looks like for your account:

f126d1a3d6db1fff1511b7b4fef65d3c.png

Edited by Krydos
  • Like 1
Link to comment
Share on other sites

/usr/bin/python3.7 /home/pgarcia/telegramMaGbot.py

This is the file Krydos says is the problem, which means that bot is your issue. It's way too heavy to run here. You need to either optimize its code to make it less memory hungry, buy a VPS to run it, or get rid of it.

Link to comment
Share on other sites

  • 1 month later...

Hi,

I tell you my progress in this topic. I rewrite my Telegram bot (`/home/pgarcia/telegramMaGbot.py`) and I am been testing it during this days. I tried to optimeze CPU and memory loads.

Now my bot is using a maximum memory of 829964K (checked with `pmap` command), it is not too much if we compare it with `echobot.py` [1] (the simplest Telegram bot), 777036K, or with `httpd`. The CPU load has drasticaly reduced to less than 0.0 of %, and the % of memory load vary between 0.0 and 0.3 (checked with `top` command).

On the other hand, in Account Load panel I still have a memory peak that can reach 100, but CPU load remain in 1. Please, can you check if I am in risk of being suspended again?

Thank you in advance

[1] https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/echobot.py
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...