Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Openvz CPU usage
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Openvz CPU usage

Hi, I have a OPENVZ with 4core. If I use 100% around 2 core completely will hosting provider send any warning to reduce the load... Just a inserting Data to MySQL kind of data mining 🥹

Comments

  • Ask the provider, each provider has different limits.

  • EthernetServersEthernetServers Member, Patron Provider

    @praburam said:
    just a inserting Data to MySQL kind of data mining

    Might be worth running something like mysqladmin proc to see exactly what MySQL is up to, and optimizing those queries accordingly, and/or setting up any relevant table keys/indexes.

    Also, might be worth using https://github.com/major/MySQLTuner-perl to see if there's anything that can be done to optimize the MySQL server itself. Make sure your MySQL server has been running for at least 48 hours before using this, in order to allow the data it provides to be more accurate.

    Thanked by 10xC7
Sign In or Register to comment.