6

I have moved my JDK, workspace and Tomcat server to a RAM disk which is created with the help of Imdisk tool.

This move has beefed up my Eclipse IDE and my productivity.

But I loose my virtual disk whenever I boot up my machine. Is it a way to persist RAM drive and it's content?

I am using Windows 7, 64-bit with 8GB of actual RAM.

Joachim Sauer
  • 302,674
  • 57
  • 556
  • 614
Himanshu Yadav
  • 13,315
  • 46
  • 162
  • 291
  • 1
    I use an SSD which has much the same effect with more capacity. ;) – Peter Lawrey Nov 21 '12 at 14:07
  • 3
    +1 for @Peter: SSDs are not *that* expensive any more and *well* worth their money (even more so if you can get the company to pay for them!). – Joachim Sauer Nov 21 '12 at 14:17
  • 1
    Also it seems to be better-suited for [SU], since you don't seem to be looking for a programming solution. – Joachim Sauer Nov 21 '12 at 17:02
  • dunno, my ssds are still much slower than a ram disk. IMO ssds are great for those situations that don't require a ram disk, just like HDDs are great for those situations that don't require an SSD - however a lot of people on the internet (not you guys but other places) love to write that ram disks are absolutely useless just because they are not useful for their own needs. – ycomp Nov 25 '18 at 07:21

2 Answers2

4

Commands to automate this are in the FAQ for Imdisk :

http://reboot.pro/topic/15593-faqs-and-how-tos/

There are ways to have scripts run at windows startup (to load the disk image) and at windows shutdown (to save the ramdisk to the disk image).

Chris

Jean-Philippe Bond
  • 10,089
  • 3
  • 34
  • 60
4

The IMDisk Toolkit wraps IMDisk and has a startup option: http://reboot.pro/files/download/284-imdisk-toolkit/

Hank Fay
  • 1,704
  • 2
  • 11
  • 11