diff options
author | Lukas Larsson <[email protected]> | 2017-10-23 15:55:03 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-10-23 15:55:06 +0200 |
commit | 73094884d8113b7290080c6426957d2bf5180ec8 (patch) | |
tree | 151baa01323d2c3458d643ead44e5c0550fd814e /bin/.gitignore | |
parent | 919ef5de2858e606d4a9be3e0e995b0802c76e33 (diff) | |
download | otp-73094884d8113b7290080c6426957d2bf5180ec8.tar.gz otp-73094884d8113b7290080c6426957d2bf5180ec8.tar.bz2 otp-73094884d8113b7290080c6426957d2bf5180ec8.zip |
erts: Fix so that bind correct schedulers
When the cpu ids and scheduler ids don't match,
the end schedulers could end up not being bound
when they should be.
example:
> taskset -c 1-3 erl +S 4 +sbts
> erlang:system_info(scheduler_bindings).
{1,2,3,unbound}
This fix makes it so that all cores are used to
bind schedulers.
Diffstat (limited to 'bin/.gitignore')
0 files changed, 0 insertions, 0 deletions