📖
Apool Help
  • 📒QUBIC Pool Tutorial
    • Linux Automatic Update Tutorial
    • Windows Automatic Update Tutorial
    • HiveOS Flight Sheet Tutorial
  • 📒Quai Pool Tutorial
    • Quai Linux Mining Tutorial
    • Quai Windows Mining Tutorial
    • HiveOS Flight Sheet Tutorial
  • 📒XMR Pool Tutorial
    • Xmr Linux Mining Tutorial
    • Xmr Windows Mining Tutorial
    • Xmr HiveOS Flight Sheet Tutorial
  • 📒Idle Time Mining Tutorial
    • Linux Qubic+Aleo Idle Mining Tutorial
    • HiveOS Qubic+Aleo Idle Mining Flight Sheet Tutorial
    • Linux Qubic+Quai Idle Mining Tutorial
    • Windows Qubic+Quai Idle Mining Tutorial
    • HiveOS Qubic+Quai Idle Mining Flight Sheet Tutorial
    • Linux Qubic+Xmr Idle Mining Tutorial
    • HiveOS Qubic+Xmr Idle Mining Flight Sheet Tutorial
  • 📒Aleo POOL Tutorial
    • HiveOS Flight Sheet Tutorial
    • Aleo Linux Mining Tutorial
  • 🧰Qubic FAQ
    • Withdrawal Tutorial
    • Revenue Calculation
    • PPLNS Model
    • Pool Fee
    • Payout Time
  • 🧰Aleo FAQ
    • Pool Fee
    • Payout Time
    • GLIBCXX_3.4.XX
  • 🧰Quai FAQ
    • Pool Fee
    • Payout Time
Powered by GitBook
On this page

Was this helpful?

  1. Qubic FAQ

Huge Pages Tutotial

Last updated 1 year ago

Was this helpful?

Window

On Windows you need special privilege called as SeLockMemoryPrivilege to use huge pages.

Linux

You must know how many huge pages you need, general recommendations is 20 pages per thread for Qubic, eg. set 960 pages for 48 threads, which means 1920MB of memory will be reserved for huge pages and become not available for other usage.

Temporary (until next reboot) reserve huge pages:

sudo sysctl -w vm.nr_hugepages=960

Permanent huge pages reservation

sudo bash -c "echo vm.nr_hugepages=960 >> /etc/sysctl.conf"
🧰
Manual configuration