From f37167265a092161e8350be7b59713c8f05ad88b Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 23 Feb 2024 14:09:06 +0100 Subject: [PATCH] Make XGP-11 use less host CPU. --- build/pdp10-ka/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pdp10-ka/start b/build/pdp10-ka/start index d40db3a9..b13c7399 100755 --- a/build/pdp10-ka/start +++ b/build/pdp10-ka/start @@ -44,7 +44,7 @@ tvcon() { } xgp11() { - (sleep 3; tools/tv11/xgp11 -s1 -f ten11.1 >xgp11.log 2>&1) & + (sleep 3; tools/tv11/xgp11 -s4 -f ten11.1 >xgp11.log 2>&1) & started XGP-11 "$!" }