-
-
Save ugovaretto/5780cd09c92dc2f4abd561a4b0c88a16 to your computer and use it in GitHub Desktop.
Kernel parameters to use all the GPU memory on Strix Halo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/etc/default/grub | |
#run sudo grub2-mkconfig -o /boot/grub2/grub.cfg after changing the file | |
GRUB_TIMEOUT=5 | |
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" | |
GRUB_DEFAULT=saved | |
GRUB_DISABLE_SUBMENU=true | |
GRUB_TERMINAL_OUTPUT="console" | |
##### vvvvvvvvvvvvvvv | |
GRUB_CMDLINE_LINUX="rhgb quiet amd_iommu=off amdgpu.gttsize=131072 ttm.pages_limit=33554432" | |
##### ^^^^^^^^^^^^^^^ | |
GRUB_DISABLE_RECOVERY="true" | |
GRUB_ENABLE_BLSCFG=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment