how do I make my sd card part of my Ram ?

Asked by Marlon Davis

Can I make my 2gb SD card work with Ready boost technology using ubunto? Wondering if I can someway boost my ram for working with video production?

Thanks
Marlon

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu nautilus Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
mycae (mycae) said :
#1

Simply reformat it as a swap partition, then add it to your swap space. However note that this may decrease performance, rather than increase it, as write speeds on SD cards are very slow.

See the section"How do I add more swap?"
https://help.ubuntu.com/community/SwapFaq

Revision history for this message
delance (olivier-delance) said :
#2

The "swap" solution will not help you as Ready Boost. Swap is used for virtual memory, and not for HDD buffer.
What part of the job do you want to improve:
   simulate more RAM: as said mycae, it's not obvious. With 2GB, your program should be whole on RAM
   accelerate disk access in reading: you'll have to copy first input file on SD card
   accelerate disk access on writing: same issue
In both last cases, as files are accessed sequentially, you probably gain nothing
You could gain on intermediate files. For this, I suppose you have to configure your software.
SD card is efficient with small and dispersed data.
You should measure actual performance of SD card before trying to optimize.

Can you help with this problem?

Provide an answer of your own, or ask Marlon Davis for more information if necessary.

To post a message you must log in.