[review] mention that runtime may scale with # of mountpoints
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
b2c410ec57
commit
2e33c812e8
1 changed files with 5 additions and 0 deletions
|
@ -1575,6 +1575,11 @@ fn _assert_sync_and_send() {
|
||||||
/// queried, e.g. due to sandboxing.
|
/// queried, e.g. due to sandboxing.
|
||||||
/// - It may undercount the amount of parallelism if the current thread's affinity mask
|
/// - It may undercount the amount of parallelism if the current thread's affinity mask
|
||||||
/// does not reflect the process' cpuset, e.g. due to pinned threads.
|
/// does not reflect the process' cpuset, e.g. due to pinned threads.
|
||||||
|
/// - If the process is in a cgroup v1 cpu controller, this may need to
|
||||||
|
/// scan mountpoints to find the corresponding cgroup v1 controller,
|
||||||
|
/// which may take time on systems with large numbers of mountpoints.
|
||||||
|
/// (This does not apply to cgroup v2, or to processes not in a
|
||||||
|
/// cgroup.)
|
||||||
///
|
///
|
||||||
/// On all targets:
|
/// On all targets:
|
||||||
/// - It may overcount the amount of parallelism available when running in a VM
|
/// - It may overcount the amount of parallelism available when running in a VM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue