diff --git a/resources/views/admin/servers/new.blade.php b/resources/views/admin/servers/new.blade.php index 8c701170..7aa4477e 100644 --- a/resources/views/admin/servers/new.blade.php +++ b/resources/views/admin/servers/new.blade.php @@ -127,14 +127,31 @@
If you do not want to limit CPU usage, set the value to 0. To determine a value, take the number of physical cores and multiply it by 100. For example, on a quad core system (4 * 100 = 400) there is 400% available. To limit a server to using half of a single core, you would set the value to 50. To allow a server to use up to two physical cores, set the value to 200. BlockIO should be a value between 10 and 1000. Please see this documentation for more information about it.
+
Advanced: Enter the specific CPU cores that this process can run on, or leave blank to allow all cores. This can be a single number, or a comma seperated list. Example: 0, 0-1,3, or 0,1,3,4.
If you do not want to assign swap space to a server, simply put 0 for the value, or -1 to allow unlimited swap space. If you want to disable memory limiting on a server, simply enter 0 into the memory field.
Advanced: Enter the specific CPU cores that this process can run on, or leave blank to allow all cores. This can be a single number, or a comma seperated list. Example: 0, 0-1,3, or 0,1,3,4.
Advanced: The IO performance of this server relative to other running containers on the system. Value should be between 10 and 1000.
Each physical core on the system is considered to be 100%. Setting this value to 0 will allow a server to use CPU time without restrictions.
Advanced: Enter the specific CPU cores that this process can run on, or leave blank to allow all cores. This can be a single number, or a comma seperated list. Example: 0, 0-1,3, or 0,1,3,4.
Setting this to 0 will disable swap space on this server. Setting to -1 will allow unlimited swap.
Each physical core on the system is considered to be 100%. Setting this value to 0 will allow a server to use CPU time without restrictions.
Advanced: Enter the specific CPU cores that this process can run on, or leave blank to allow all cores. This can be a single number, or a comma seperated list. Example: 0, 0-1,3, or 0,1,3,4.
This server will not be allowed to boot if it is using more than this amount of space. If a server goes over this limit while running it will be safely stopped and locked until enough space is available.
Advanced: The IO performance of this server relative to other running containers on the system. Value should be between 10 and 1000.
This server will not be allowed to boot if it is using more than this amount of space. If a server goes over this limit while running it will be safely stopped and locked until enough space is available.
-{{ $server->memory }}MB / {{ $server->swap }}MB{{ $server->disk }}MB{{ $server->io }}{{ $server->cpu }}%{{ $server->memory }}MB / {{ $server->swap }}MB{{ $server->disk }}MB{{ $server->io }}{{ $server->allocation->ip }}:{{ $server->allocation->port }}