{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Edit an existing package. The package list is fetched, never guessed, so a package outside the tenant simply never appears in the selector. {% endcomment %} {% block title %}Modify package{% endblock %} {% block content %}

Modify a package

Changing a limit applies to every website already on the plan. 0 means unlimited.

All packages
Currently assigned to website(s).

Plan

{% if isAdmin %}
Reassigning an owner moves the plan to another tenant. Administrators only.
{% endif %}

PHP resource limits

The default for every website on this plan. These can be overridden for an individual site from that site's own manage page ("Resource limits").

This is a scheduling priority, not a hard CPU quota — OpenLiteSpeed has no per-website CPU limit.

Hard limits (cgroups v2)

Kernel-enforced ceilings on every process the site's own system account can run (PHP, cron, SSH, ...). 0 means unlimited. Saving here re-applies to every website already on this plan.

100 = one full core. Range 5-800.
Range 64-262144.
Range 16-10000.
Proportional, not a hard cap. Range 1-10000.

Behaviour

Lowering a limit below what a site already uses does not delete anything — it stops the customer creating more.
{% endblock %} {% block scripts %} {% endblock %}