summaryrefslogtreecommitdiffstats
path: root/doc/tuning.md
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-30 22:46:00 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-12-06 22:21:48 +0100
commit7ca6f6e2e9bd5f7a68c878a60a296af1a3636c6f (patch)
tree3e6762e99bbedd8f6cb0a3d7a919af27451038ca /doc/tuning.md
parent47a4d031bcc3159a298afaae6797cd19240ad0a1 (diff)
downloadxmr-stak-7ca6f6e2e9bd5f7a68c878a60a296af1a3636c6f.zip
xmr-stak-7ca6f6e2e9bd5f7a68c878a60a296af1a3636c6f.tar.gz
allow to diable UAC dialog
- remove CMake option `WIN_UAC` - spawn UAC dialog via restarting xmr-miner with administrator right - allow to disable UAC with `--noUAC` - update documentation - remove usage section with help message (output depends on OS)
Diffstat (limited to 'doc/tuning.md')
-rw-r--r--doc/tuning.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tuning.md b/doc/tuning.md
index 8eeefcb..8b28a43 100644
--- a/doc/tuning.md
+++ b/doc/tuning.md
@@ -1,6 +1,7 @@
# Tuning Guide
## Content Overview
+* [Windows](windows)
* [NVIDIA Backend](#nvidia-backend)
* [Choose Value for `threads` and `blocks`](#choose-value-for-threads-and-blocks)
* [Add more GPUs](#add-more-gpus)
@@ -10,6 +11,11 @@
* [Increase Memory Pool](#increase-memory-pool)
* [Scratchpad Indexing](#scratchpad-indexing)
+## Windows
+"Run As Administrator" prompt (UAC) confirmation is needed to use large pages on Windows 7.
+On Windows 10 it is only needed once to set up the account to use them.
+Disable the dialog with the command line option `--noUAC`
+
## NVIDIA Backend
By default the NVIDIA backend can be tuned in the config file `nvidia.txt`
OpenPOWER on IntegriCloud