taskset -c 3

This commit is contained in:
Justin
2022-03-02 13:10:57 +08:00
committed by GitHub
parent 726b72693b
commit 106c2cdca0

View File

@@ -29,7 +29,7 @@ import sys
#api_caller = pexpect.spawn("sudo -E taskset -c 3 python3 api_caller.py")
api_caller = pexpect.spawn("sudo -E python3 database_caller.py")
api_caller = pexpect.spawn("sudo -E taskset -c 3 python3 database_caller.py")
time.sleep(3)