Jump to content

islands420

Members
  • Posts

    109
  • Joined

  • Last visited

Everything posted by islands420

  1. JDK is java development kit it's got a few more options within the java for controlling and tuning therefor it self usually making it a more stable build of java Really why you need it is for java control panel so u can enable and select java Note** one last thing I forgot on my last post was to get you to remove all old builds of java If you need help I can link you to the oracle website that removes them for you
  2. Happened to me earlier check the server and it was throwing me Reached end of stream
  3. I'd say make sure your java is up to date , it's got 111 mods it's lots to process, also try running it on the shortest render and work your way up. biomes o plenty is mad to render far on an inter grated or lower end vid card
  4. Hey there Iv been running pretty solid with my start up script the only this it's for windows there might be some changes that would make it suitable for your server plz check my post on Does your server lag spike!!!try this I have my script that Iv been testing there
  5. iv been tweeking java with java mission control to suit my system this is the start up script I have been running try it out and let me know how it works for you! feedback is key STEP 1 BACKUP YOUR WORLDS im not responsible for any world errors back it up its easy! java -Xmx3G -XX:+UseG1GC -XX:PermSize=128M -XX:MaxPermSize=256M -XX:MaxGCPauseMillis=50 -XX:+UseLargePages -XX:LargePageSizeInBytes=4m -XX:+DisableExplicitGC -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:ParallelGCThreads=1 -XX:ConcGCThreads=1 -XX:+UseAdaptiveGCBoundary -XX:+AggressiveOpts -XX:+TieredCompilation -XX:+UseCodeCacheFlushing -XX:-UseGCOverheadLimit -XX:+UseNUMA -jar BTeam.jar pause Note* Case Sensitive it has solved most of my lag spikes issues and yes G1GC is better than CMS ....... respose times are less when old gen GC dumps and runs stop the world -XX:+UnlockCommericalFeatures -XX:+FlightRecorder are used for Java Mission Control and Are Not Needed note**for systems that USE large pages, if yours does NOT remove -XX:+UseLargePages -XX:LargepageSizeInBytes=4m
  6. If anyone runs this Startup script let me know how it runs for you !!, im very happy to share and get feedback
  7. I use to have this problem with my old computer it keep just installing 32 bit and even if I got 64 bit installed it wouldent use it how I SOLVED this was was I downloaded the 64bit JDK version ,when installed it gives you the Java Control Panel , should be installed to your start menu if not search for it . in the java control panel click on he tab that says java and in there it will say view and manage version of java click on view ,make sure the current version of java that is 64bit is selected and enabled, If its not there (My problem) your have to Manually Add it to the users tab by clicking add and finding it in the java folder on your harddrive or when you installed it after its selected is advised to do a reboot before running any java after reboot run minecraft and it should be in 64bit any question let me know ill try n help *edit note, mixed up JRE and JDK you need the JDK version
  8. Hey guys Thanks for Reading this! This is a known minecraft problem from before, I think it just maybe the version of minecraft attack of the b-team uses this issue is I get : [sEVERE] Reached End of Steam For xxx.xxx.xxx.xxx like the previous versions on this bug it would only be thrown to the server when someone ping tests the server from minecraft client its really not to much of a problem but it may cause a bit of lag everytime its thrown for people already on the server I am running a Startup Script : -xmx3G -XX:+UseG1GC -XX:PermSize=128m -xx:MaxPermSize=256m -XX:MaxGCPauseMillis=50 -XX:+UseLargePages -XX:LargepageSizeInBytes=4m -XX:+DisableExplicitGC -XX:ParallelGCThreads=1 -XX:ConcGCThreads=1 -XXUseAdaptiveGCBoundary -XX:+AggressiveOpts -XX+TieredCompilation -XX:+UseCodeCacheFlushing -XX:-UseGCoverheadLimit -XX:+UseNUMA -XX:+UnlockCommericalFeatures -XX:+FlightRecorder -jar BTeam.jar using JMV Mission Control (-XX:+UnlockCommericalFeatures -XX:+FlightRecorder ) to tweek setting this Start up script (only use if you have LargePages) has solved 90% of my problems......, the only 10% is the end of steam issue any ideas???
×
×
  • Create New...