From 818db8c6e38c0365b5baf6980ab84509d016f52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Fri, 20 May 2022 21:15:55 +0200 Subject: [PATCH] Update README.md --- daemons/simulator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/simulator/README.md b/daemons/simulator/README.md index abfc621..f1ec8af 100644 --- a/daemons/simulator/README.md +++ b/daemons/simulator/README.md @@ -1,6 +1,6 @@ # AVR Simulator -`qemu-system-avr` tries to use all the CPU cicles (leaving a CPU core stuck at 100%. Limit CPU core usage to 10%. It may be adjusted on slower machines. +`qemu-system-avr` tries to use all the CPU cicles (leaving a CPU core stuck at 100%; limit CPU core usage to 10% via `--cpus 0.1`. It might be adjusted on slower machines. ```bash $ podman build -t dcc/net-to-serial:sim .