Hello! I am developing a high performance server, and I have question about the usage of ramdisks.
I use a ramdisk, however, I like to keep it as small as possible. What should be kept in a ramdisk?
For Sure the World Folder and Logfile, but what else? I care only about operational performance, not about boot-time or anything. Is there a benefit to Ram-disking the plugins, mods, servers, and libraries? doesn't java load all this at load time anyways? What about configs? are they loaded once, or as needed?
Is there a way I can experiment with this? Is their some kind disk-io profiler for java? Can I run any kind of benchmark with and without ramdisk?
thanks!
~Tim