This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x: Limit RAM size at kernel boot up by using 'mem' and increase after complete boot

Hi All,

I'm working with Beagle bone black. I'm performing the following to do boot time reduction.

1) At boot up, i have passed memory size is 500MB using kernel parameter mem=500M. the kernel boots up fast. overall (including filesystem) boot up time its 21s

2)  At boot up, i have passed memory size is 1GB using kernel parameter mem=1G. the kernel boots bit slow. overall (including filesystem) boot up time its 23s


I'm trying to understand what happening with these two cases.

My question is. At boot up i will mention RAM size is 'mem=500M' and after boot up, is there a way to increase RAM usage to 1GB ?

is this possible ? if so please suggest me

Regards,

Thiru N