WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to increase RAM disk? [solved]  (Read 2492 times)

Offline Xianwen Chen

  • Full Member
  • ***
  • Posts: 142
How to increase RAM disk? [solved]
« 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?
« Last Edit: June 23, 2010, 08:29:08 AM by Xianwen Chen »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: How to increase RAM disk?
« Reply #1 on: June 23, 2010, 08:13:58 AM »
You can adjust the size after boot:

mount / -o remount,size=15g
The only barriers that can stop you are the ones you create yourself.

Offline Xianwen Chen

  • Full Member
  • ***
  • Posts: 142
Re: How to increase RAM disk?
« Reply #2 on: June 23, 2010, 08:28:53 AM »
You can adjust the size after boot:

mount / -o remount,size=15g

Thanks a lot curaga!