From e203df0d98d143021197799c7773a18ad8917f17 Mon Sep 17 00:00:00 2001 From: nekoswag Date: Sun, 2 Dec 2018 14:13:17 +0100 Subject: [PATCH] Update README.md Added instructions for huge pages support under Linux. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74af56b7..e2b2a821 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ Also you can use configuration via config file, default name **config.json**. So ### HUGE PAGES unavailable * Run XMRig as Administrator. * Since version 0.8.0 XMRig automatically enables SeLockMemoryPrivilege for current user, but reboot or sign out still required. [Manual instruction](https://msdn.microsoft.com/en-gb/library/ms190730.aspx). +* Under Linux, follow this guide: +[Hugepages - Debian Wiki](https://wiki.debian.org/Hugepages). ## Other information * No HTTP support, only stratum protocol support.