From 3add308d055199b92f77bbd6cc35a9c21277ad7b Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 2 Sep 2023 21:43:49 +0200 Subject: [PATCH] Added more comments to etc/linspector.conf. (0.28.2) --- etc/linspector.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/linspector.conf b/etc/linspector.conf index cfc4160..4d071b4 100644 --- a/etc/linspector.conf +++ b/etc/linspector.conf @@ -4,8 +4,11 @@ minimum_interval = 10 delta_range = 10 start_scheduler = true +; the scheduler mode. process or thread (default: thread) scheduler_mode = thread -max_processes = 1 +; max processes is alwys 1 in thread scheduler mode (default: thread) +max_processes = 12 +; max threads in each process (min.: 1) max_threads = 2048 pid_file = /var/run/user/1000/linspector.pid