gix: new lines in readme

This commit is contained in:
dragonmuffin 2024-08-19 14:11:35 +05:00
parent 3a3ac39f48
commit d9bc7c01aa

View file

@ -1,5 +1,7 @@
# runner microservice # runner microservice
This service does testing: receives tests and gives the result. 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. 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. **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.