diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-03-05 06:19:20 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-07 20:51:27 -0500 |
commit | b3bfbedc106a50eacc635f8ec7ad130ce6e43617 (patch) | |
tree | 8f6fd4a5442e94cda700c763b80a3526322fa794 /docs | |
parent | b320ba82e8ae3784d2c509e6a8aae4f4d03ef210 (diff) | |
download | haskell-b3bfbedc106a50eacc635f8ec7ad130ce6e43617.tar.gz |
Users Guide: Add that --numa is available on Windows too
Windows support was added in c93813d96b1da53a2ebd9c9ac5af6cc3e3443c43
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/runtime_control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst index f8e0ce026c..009e3ae887 100644 --- a/docs/users_guide/runtime_control.rst +++ b/docs/users_guide/runtime_control.rst @@ -685,7 +685,7 @@ performance. single: NUMA, enabling in the runtime Enable NUMA-aware memory allocation in the runtime (only available - with ``-threaded``, and only on Linux currently). + with ``-threaded``, and only on Linux and Windows currently). Background: some systems have a Non-Uniform Memory Architecture, whereby main memory is split into banks which are "local" to |