• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Resource usage limits exceeded by client account

S

Silence

Guest
Hi There,

How can i put the server to don't suspend the accounts who exceed the limits?

Thanks!
 
I'm searching for the exact same, i don't want Plesk to be able to suspend domains automatically. The option is not included in group operations.

I think the only way is to login to PSA database and perform following query:

SQL: update dom_param set val = 'false' where param = 'OveruseBlock';

Just run this query and it worked!
 
I had this question back in Plesk 8.1 9for linux) - the answer I got from the plesk team was that Plesk by default does not suspend accounts or domains for going over their resource usage.

i dont know if that behavior has changed In plesk 9.0 or if it is different in windows then in linux
 
Back
Top