Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: Xianwen Chen on June 23, 2010, 08:03:12 AM
-
Hello,
The RAM disk of TCL is limited to the physical memory storage. Though I've created an additional swap partition, TCL only creates a RAM disk at the size of the actual memory size. I want TCL to create a RAM disk at the total size of swap and physical memory. How can I do it?
-
You can adjust the size after boot:
mount / -o remount,size=15g
-
You can adjust the size after boot:
mount / -o remount,size=15g
Thanks a lot curaga!