Forum Discussion
Altera_Forum
Honored Contributor
7 years agoYou can limit the memory reserved for linux by specifying the "mem" parameter when booting the linux kernel eg.
bootargs root=/dev/mmcblk0p2 rw rootwait console=ttyS0,115200 mem=800M Documented here https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html (https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html) (Search for "mem=")