Skip to content
Snippets Groups Projects
Unverified Commit 0e92f883 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #1864 from psychocrypt/fix-configTplOption

fix wrong option in config.tpl
parents f023d4a9 5df80757
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,7 @@ R"===(// generated by XMRSTAK_VERSION
* It will never use slow memory, but it won't attempt to mlock---LINUX
* never - If we fail to allocate large pages we will print an error and exit.
*/
"use_slow_memory" : "warn",---WINDOWS
"use_slow_memory" : "no_mlck",---LINUX
"use_slow_memory" : "warn",
/*
* TLS Settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment