How to increase the ram disk size,
one way could be compile the kernel,
run $make menuconfig
│ -> Device Drivers │
│ -> Block devices │
│ -> RAM disk support (BLK_DEV_RAM [=y])
Default size is 4096KB you can change it as per your requirement, be careful only change this if you know what you are doing.
one way could be compile the kernel,
run $make menuconfig
│ -> Device Drivers │
│ -> Block devices │
│ -> RAM disk support (BLK_DEV_RAM [=y])
Default size is 4096KB you can change it as per your requirement, be careful only change this if you know what you are doing.
Comments