cma=320M?
This commit is contained in:
parent
a0ff2577e9
commit
174c0b569e
@ -15,6 +15,7 @@
|
|||||||
boot.initrd.availableKernelModules = ["usbhid"];
|
boot.initrd.availableKernelModules = ["usbhid"];
|
||||||
boot.initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835"];
|
boot.initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835"];
|
||||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
|
boot.kernelParams = ["cma=320M"]
|
||||||
boot.kernelModules = [];
|
boot.kernelModules = [];
|
||||||
boot.extraModulePackages = [];
|
boot.extraModulePackages = [];
|
||||||
boot.loader.grub.enable = false;
|
boot.loader.grub.enable = false;
|
||||||
@ -22,7 +23,6 @@
|
|||||||
|
|
||||||
boot.loader.raspberryPi.firmwareConfig = ''
|
boot.loader.raspberryPi.firmwareConfig = ''
|
||||||
dtparam=audio=on
|
dtparam=audio=on
|
||||||
gpu_mem=256
|
|
||||||
'';
|
'';
|
||||||
powerManagement.cpuFreqGovernor = "ondemand";
|
powerManagement.cpuFreqGovernor = "ondemand";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user