2018년 7월 23일 월요일

disable hyper-threading in linux, SMT

  • on boot:
    • add kernel options : maxcpus=N(# of physical core) 
      • How:
        with sudo (root) privileges open /etc/default/grub with your favorite text editor.
        Find the line that begins with GRUB_CMDLINE_LINUX_DEFAULT=
        https://askubuntu.com/questions/942728/disable-hyper-threading-in-ubuntu/942843#942843  
      • grub-mkconfig -o /boot/grub/grub.cfg 
    • systemd boot:
      • /boot/loader/entries/ArchLabs.conf
  • after boot: reference

댓글 없음:

댓글 쓰기

debian 13 trixie setup

install git fonts-firacode libwayland-bin for raylib libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libx...