{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Per-website PHP resource limits: package defaults, effective limits and (admin/reseller only) a per-site override, plus live lsphp process/RSS usage where psutil can see it. {% endcomment %} {% block title %}Resource limits · {{ domain }}{% endblock %} {% block content %}

PHP resource limits

· back to Manage

Package:
{% if not canEdit %} {% endif %}
Effective limits
Also sets PHP_LSAPI_CHILDREN.
CPU priority is a Linux scheduling priority, not a hard CPU quota — OpenLiteSpeed has no per-website CPU limit. A lower number gets more CPU time when the server is busy; it does not cap how much a site can use.
{% if canEdit %} {% endif %}
Package default
Memory (soft / hard)
/ MB
Processes (soft / hard)
/
Max connections
CPU priority
Live usage
lsphp processes
Total RSS

Live usage is not available on this server right now.

{# ===================================================================== Hard limits (cgroups v2) -- package f2-cgroups-panel. A different enforcement layer from the PHP-only limits above: kernel-enforced, covering every process the site's own account can run (PHP, cron, SSH, ...), not just PHP. Customers see this section but the inputs stay disabled for them, exactly like the PHP form above. #}
Hard limits (cgroups v2)

Kernel-enforced ceilings on this site's PHP workers and its SSH / terminal sessions. Unlike the soft PHP limits above, the kernel enforces these however hard a process tries. Cron jobs are not covered on a stock Ubuntu host (they do not run inside the account's systemd slice). 0 means unlimited.

Hard limits are not available on this server: . Values below are saved to this site now and take effect automatically once this becomes available (at the next reboot/upgrade, or as soon as an operator runs cloudpanel_cgroups_sync).
This site has its own hard-limit override, saved separately from its package. It will not change if the package's own hard limits are edited later; use Reset to package default to remove it.
cgroups v2 delegation is not set up for the web server yet -- PHP processes will not be confined until it is.
100 = one core. Range 5-800.
Range 64-262144.
Range 16-10000.
Proportional. Range 1-10000.

CPU time used
—
Memory in use
—
Tasks running
—
{% if canEdit %}
{% else %}

Hard limits are set by your hosting package. Contact your provider to change them.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}