From c0ffc5bbbd66da51366d013f3d5dbc9800139cb8 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Fri, 20 Jul 2018 14:09:56 +0800 Subject: [PATCH] Add Linux instruction for enabling huge pages --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6054b9f8..767da62e 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,8 @@ Since version 0.8.0. ## Common Issues ### 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). +* On Linux, try to allocate some huge pages with `sysctl -w nr.hugepages=32`. [Detailed instruction](https://wiki.debian.org/Hugepages). +* Since version 0.8.0 XMRig on Windows automatically enables SeLockMemoryPrivilege for current user, but reboot or sign out still required. [Manual instruction](https://msdn.microsoft.com/en-gb/library/ms190730.aspx). ## Other information * No HTTP support, only stratum protocol support.