Well there is the picture on the clan page but that's about it. As for allocating ram I was able to do it on Minecraft with this command:
cd desktop
java -Xmx2048M -Xms2048M -cp minecraft.jar net.minecraft.LauncherFrame
where cd desktop was the location of the file, -Xmx2048M and Xms2048M were the minimum and maximum RAM (2GB) I wanted allocated to the program and -cp minecraft.jar net.minecraft.LauncherFrame is the name of the file i wanted open and the name of the file once it is actually open. I'm not sure how this converts to Toribash but maybe you could work off that. Good luck. ^_^