Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here.
Thanks for helping shape a better SEO product for agencies!
The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
I see we're already on a second page of this case here on the forum. Normally a 504 error can be easily fixed. Is the error reproducible within a reasonable number of steps? Would you maybe want to consider opening a support ticket on this to let support staff check this directly on your server?
As soon I do this I think I start to receive emails from Plesk that resources was too much used.
I so edited the Monitoring to alert me when resources are used at 80 % and not 20 % as was set by default.
Doing this for now deleted the downtime of my helpdesk subdomain.
This morning I had a 12 min downtime about my community and the alert by Plesk was:
Code:
The swap usage status is critical!
The current value is 1.83 GiB.
Any idea to what I can do for resolve this issue? I suppose this time the usage was very height but what can be? An attack?
My VPS seems to be powerful.
The following screenshot is from my webhosting and show you that my VPS resources are not used at 100%
So why I am having downtime and why the swarp memory is so high. I dont know what the swarp memory is
Swap is used when RAM becomes insufficient. It can be a sign that your application needs more RAM, but normally if an application is hungry for RAM, the issue is located in the application, because it should free RAM once it is done doing something. Again this situation is pointing to an infinite loop somewhere, like a nested rewrite or a nested page with missing resources that are creating infinite script iterations. These again lead to an excessive RAM usage. This causes the 504 error, because scripts never end, so they are not responding to Nginx so Nginx displays the 504 error. Back to field no. 1, you will need to check what the scripts of the application are doing.
Swap is used when RAM becomes insufficient. It can be a sign that your application needs more RAM, but normally if an application is hungry for RAM, the issue is located in the application, because it should free RAM once it is done doing something. Again this situation is pointing to an infinite loop somewhere, like a nested rewrite or a nested page with missing resources that are creating infinite script iterations. These again lead to an excessive RAM usage. This causes the 504 error, because scripts never end, so they are not responding to Nginx so Nginx displays the 504 error. Back to field no. 1, you will need to check what the scripts of the application are doing.
Thanks. Any suggestion on how check what is the cause of this? How can I understand if the issue come from helpdesk or community and what script or code is causing the issue?
Thank you!