Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
16answers
5k views

RAMDrive for compiling - is there such a thing?

An answer (see below) to one of the question right here on SO gave me an idea for a great little piece of software that could be invaluable to coders everywhere. I'm imagining a RAMDrive software, ...
5
votes
4answers
207 views

mounting without -o loop

I have written a dummy (ram disk) block device driver for linux kernel. When the driver is loaded, I can see it as /dev/mybd. I can successfully transfer data onto it using dd command, compare the ...
4
votes
3answers
3k views

Optimize Use of Ramdisk for Eclipse Development

We're developing Java/SpringSource applications with Eclipse on 32-bit Vista machines with 4GB RAM. The OS exposes roughly 3.3GB of RAM due to reservations for hardware etc. in the virtual address ...
2
votes
3answers
386 views

What is the /dev/shm equivalence in Windows System?

I was wondering how can I make the IO faster by writing and reading temporary files to main memory. I've used to write to /dev/shm in Linux. But now I'm in Windows 7. Anyone knows the answer ? ...
2
votes
10answers
5k views

Can I use a RAM disk to speed up my IDE?

Duplicate: RAMDrive for compiling - is there such a thing? I have an idea how to speed up my IDE. I want to create a RAM disk and move my solution onto this virtual disk. I think that this can ...
0
votes
0answers
29 views

Anybody using RAM drives to speed up unit testing databases? [closed]

To unit test my stored procedures, I am running SQL Server 2008 R2 Dev Edition on my Windows 7 x64 workstation. I am creating a sandbox database off scripts; it is currently less than 40 MB. To speed ...