commit | 24e3bccdf4bc0ae57b0e89e0313fd4450fde12af | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Fri Jul 26 10:32:41 2024 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Fri Jul 26 10:32:41 2024 -0700 |
tree | 0df913c977202c0e0a814d0299d923d417ba0d52 | |
parent | 38768839dbe467ba9ca17b256f6a640f9fc84992 [diff] |
torture: Add torture.sh --guest-cpu-limit argument for limited hosts Some servers have limitations on the number of CPUs a given guest OS can use. In my earlier experience, such limitations have been at least half of the host's CPUs, but in a recent example, this limit is less than 40%. This commit therefore adds a --guest-cpu-limit argument that allows such low limits to be made known to torture.sh. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>