From 411ed41582e63467734ac57a909f5b255d74e792 Mon Sep 17 00:00:00 2001 From: AreYouScared Date: Thu, 9 Apr 2020 23:46:12 -0400 Subject: [PATCH] New server formatting Fixed auto-sizing for resource mangemnet Moved them in logical order(CPU->RAM->Disk) with advanced stuff to the right. --- resources/views/admin/servers/new.blade.php | 46 ++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/resources/views/admin/servers/new.blade.php b/resources/views/admin/servers/new.blade.php index 8c7011709..7aa4477e9 100644 --- a/resources/views/admin/servers/new.blade.php +++ b/resources/views/admin/servers/new.blade.php @@ -127,14 +127,31 @@

Resource Management

-
+
+ +
+ + % +
+

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.

+
+
+
+
MB
-
+
@@ -146,28 +163,14 @@

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.

-
+
- - MB + + MB
-
- -
- - % -
-
-
- -
- -
-

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.

-
-
+
@@ -175,9 +178,6 @@

Advanced: The IO performance of this server relative to other running containers on the system. Value should be between 10 and 1000.

-