mattb Posted October 3, 2011 Share Posted October 3, 2011 I have two questions how can I offer dedicated ram and how do I not allow people to go over there purchased ram such as 512mb and do not pass it. Link to comment Share on other sites More sharing options...
CloudCUBE Posted October 3, 2011 Share Posted October 3, 2011 enter the following into .bat file so it can be executed - this one is used for bukkit. @ECHO OFF "C:\Program Files\Java\jre6\bin\java.exe" -Xmx512 -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=500 -XX:-UseGCOverheadLimit -XX:SurvivorRatio=16 -Xnoclassgc -XX:UseSSE=3 -XX:ParallelGCThreads=3 -jar "%~dp0craftbukkit-0.0.1-snapshot.jar" PAUSE make sure you have 64bit java installed. also set Xmx to whatever ram value you want for your packages i've put in 512 for an example. alternatively, use TCAdmin v2 where you can actually use the java command lines to launch the game instead of doing it through bat files. Link to comment Share on other sites More sharing options...
mattb Posted October 3, 2011 Author Share Posted October 3, 2011 Thanks, would I have to make each bat file for the specified ram or just add a comma to 512 int he command line then 1024. Link to comment Share on other sites More sharing options...
CloudCUBE Posted October 3, 2011 Share Posted October 3, 2011 when i was using tcadmin1 i just created seperate gamefiles for different ram allocations. Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted October 4, 2011 Share Posted October 4, 2011 im selling a guide to automate that so the RAM will be automatically set, if interested click my sig Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.