Add Linux instruction for enabling huge pages

This commit is contained in:
Mingye Wang 2018-07-20 14:09:56 +08:00 committed by GitHub
parent 08e791b60d
commit c0ffc5bbbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,8 @@ Since version 0.8.0.
## Common Issues ## Common Issues
### HUGE PAGES unavailable ### HUGE PAGES unavailable
* Run XMRig as Administrator. * 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 ## Other information
* No HTTP support, only stratum protocol support. * No HTTP support, only stratum protocol support.