diff --git a/resources/views/admin/servers/new.blade.php b/resources/views/admin/servers/new.blade.php index 4fdf158b..78333cb1 100644 --- a/resources/views/admin/servers/new.blade.php +++ b/resources/views/admin/servers/new.blade.php @@ -38,6 +38,7 @@
+

Email address of the Server Owner.

@@ -164,7 +165,7 @@ -

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: Enter the specific CPU threads that this process can run on, or leave blank to allow all threads. This can be a single number, or a comma separated list. Example: 0, 0-1,3, or 0,1,3,4.

@@ -187,6 +188,7 @@ MB +

Setting this to 0 will disable swap space on this server. Setting to -1 will allow unlimited swap.

@@ -194,10 +196,12 @@
+
MB
+

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. Set to 0 to allow unlimited disk usage.

@@ -210,6 +214,14 @@

Advanced: The IO performance of this server relative to other running containers on the system. Value should be between 10 and 1000. Please see this documentation for more information about it.

+
+
+ + +
+ +

Terminates the server if it breaches the memory limits. Enabling OOM killer may cause server processes to exit unexpectedly.

+