{% extends "baseTemplate/index.html" %} {% load static %} {# Create a hosting package. Owner selection is administrator-only. #} {% block title %}Create package{% endblock %} {% block content %}

Create a package

Every limit is a number; 0 means unlimited. Sizes are in megabytes.

All packages

Plan

Letters, digits, spaces, dot, dash and underscore. Must be unique for the owner.
{% if isAdmin %}
Only an administrator may assign a package to another account.
{% endif %}

PHP resource limits

Applied to every website created on this plan (as its own OpenLiteSpeed extprocessor block). 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, ...) — unlike the PHP-only limits above, these cannot be exceeded even by something other than PHP. 0 means unlimited (the default).

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

Behaviour

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