From d9bc7c01aa727d3fde624cfe87316d92da033f7d Mon Sep 17 00:00:00 2001 From: dragonmuffin Date: Mon, 19 Aug 2024 14:11:35 +0500 Subject: [PATCH] gix: new lines in readme --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index d484aa5..41e2d46 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,7 @@ # runner microservice This service does testing: receives tests and gives the result. + To use it you must specify one or more cpu cores to be free of OS and programs with isolcpus kernel parameter. System will automatically detect them and use. + **DO NOT** start several instances of runner (even several containers) on same machine! This will lead to unfair testing. Also, make sure that no process use isolated cores.