Hello, I'm trying to setup a Minecraft Server in a KVM instance for nephew. I have read that loading the maps in a ramdisk can greatly reduce the lag. I have this all working on my local hardware test machine (Ubuntu 12.04.3 Server), but when I add the tmpfs line to my /etc/fstab on Proxmox (Ubuntu 12.04.3 Server), the machine does not boot. Here's what I have in /etc/fstab for the machine.
Is there any way to utilize a ramdisk in a KVM instance? As, you can see, I don't need a massive disk at all, so I hope this is doable.
Code:
tmpfs /home/minecraft/minecraft_ramdisk tmpfs defaults,size=512m 0 0