Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. G

    Debian Server - Fatal error (SIGSEGV)

    If in doubt post log :-)
  2. G

    Server Lag

    this is spaced out so I could read it java -server -Xincgc -Xmx8G -Xms2G -Xmn1G -XX:NewRatio=2 -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -Xnoclassgc -oss4M -ss4M -XX:+UseFastAccessorMethods...
  3. G

    Server Lag

    @lpzen in java there is something called the heap when the program needs memory its taken from the heap when a program is done with memory it is not released from the heap UNTIL the garbage collector runs I had you turn on the incremental garbage collector, its the equivalent of grabbing the...
  4. G

    Debian Server - Fatal error (SIGSEGV)

    perhaps its not handeling the upper memory bound correctly -Xincgc -Xmx2G
  5. G

    Problem How do i...

    you have to place the machine next to the linked landmark or it wont find it
  6. G

    Troublesome players

    An interesting Idea I see two issues Useful info about players getting lost in a sea and potentially angry players "challenging" the evidence
  7. G

    Server Lag

    first you have -XX:ParallelGCThreads defined twice add-Xincgc see if that helps
  8. G

    Mystcraft booting me when loading a world.

    How much memory do you have set for your client It will be in the options tab in the launcher
  9. G

    Mindcrack Lag Complaints? Optimizing FTB Servers

    you are also defineing -XX:ParallelGCThreads twice once its =1 and the other =4
  10. G

    Debian Server - Fatal error (SIGSEGV)

    thats a seg fault one of the mods is trying to access memory that its not allowed to could you post what command you are starting the server with
  11. G

    Looking into hosting server

    you should be able to run 6 people + yourself and anyone else on the same lan Because of that I normally do a Minecraft LAN party every couple weeks my download is 5 and my upload is .5
  12. G

    Looking into hosting server

    how strong is your internet upload speed? you will want something around 1mb/s per remote user
  13. G

    Looking into hosting server

    FTB is vary cpu and memory intensive you might want to read this http://forum.feed-the-beast.com/threads/server-hardware-discussion-any-server-owner-must-read.6010/ Minecraft doesn't take advantage of more then one core so you will want a cpu with high single threaded performance, anything...
  14. G

    How to get a mindcrack ftb server on a minecraft server hosted by gameservers

    most hosts give you a way to upload files using ftp you would want to get the login info from them and install filezilla login to your server and copy over the pack.
  15. G

    Unusual Question - Possible to access BAT file through server prompt

    My current setup does what zergdog recomended, it works the only problem it that it makes it a pain to shutdown the server for real as the script just keeps restarting it. I did mine in linux so you cant use it but I can give you the basic logic of how it works loop java -Xmx2G...
  16. G

    Server lags

    That should be -XX:ParallelGCThreads=4 its the :p's failt :)
  17. G

    Server lags

    I can give you the exact syntax you need but it will have to be later today or tomorrow as I dont have a windows computer handy right now
  18. G

    Server lags

    1. you open the command prompt 2. you go to the place the server is saved with the command prompt 3. you run the start server bat file with the command prompt 4. you see error message 5. give us error message 6. we fix above command repeat until working If at any time I underestimate your...
  19. G

    Server lags

    you can manoeuvre to the location of your server using the command prompt and run the .bat the commands you will need are dir and cd http://www.codejacked.com/a-beginners-guide-to-the-command-prompt/
  20. G

    Server lags

    can you open your command prompt and runjava -version @micahdg I have set the memory peramaters for his computer, so he is either using 32 bit java or dosent have java on his path