I recently found several articles that one could boost IDE (say eclipse) performance by placing JDK on a ramdisk and letting it use it for build purposes. I could guess how that could make things faster but I was not aware of exact details.
Won't the IDEs load needed parts of JDK into memory anyway? Is it a one-time benefit to keep JDK on a ramdisk or is it a continuous thing. It'd be great if someone could shed some light on the exact mechanism.
The motivation is that the project I'm working on is huge and sometimes I do need to turn on 'build automatically' feature in eclipse. I'm exploring ways to speed up the build process
NOTE
I posted a different question with the term 'JVM' in place of 'JDK' which made it confusing and misleading. I apologize for that and I restructured my question.