Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: Xianwen Chen on June 23, 2010, 08:03:12 AM

Title: How to increase RAM disk? [solved]
Post 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?
Title: Re: How to increase RAM disk?
Post by: curaga on June 23, 2010, 08:13:58 AM
You can adjust the size after boot:

mount / -o remount,size=15g
Title: Re: How to increase RAM disk?
Post by: Xianwen Chen on June 23, 2010, 08:28:53 AM
You can adjust the size after boot:

mount / -o remount,size=15g

Thanks a lot curaga!