From 86de7372a867ed9bda19d933302f67580f7a4650 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 3 Apr 2020 14:43:15 -0700 Subject: [PATCH] Add notes about IO/CPU Threads --- resources/views/admin/servers/new.blade.php | 8 ++++---- resources/views/admin/servers/view/build.blade.php | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/admin/servers/new.blade.php b/resources/views/admin/servers/new.blade.php index 6edf9f722..8c7011709 100644 --- a/resources/views/admin/servers/new.blade.php +++ b/resources/views/admin/servers/new.blade.php @@ -162,17 +162,17 @@
-
+
-
+

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.

-
+
- I/O
+

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

-
+
-
+

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.

-

Changing this value can have negative effects on all containers on the system. We strongly recommend leaving this value as 500.

+

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