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

    Solved Mod Addition to DW20 Server

    You may want to test it on a local server to see if there are any block id conflicts. If there are the client will also need the modified configuration files.
  2. G

    Problem Mindcrack Pack Server Lag

    there are some things in this post that may help, it did with my server http://forum.feed-the-beast.com/threads/server-lag.2501/ the example is on a windows server, I have tested it on a ubuntu 12.04 install and it works
  3. G

    Problem Mindcrack Pack Server Lag

    How much memory do you have allocated to the server? are you launching the server .bat or the .jar ?
  4. G

    Running a Small Server

    The ram allocation sets the min and max that MC is allowed to use, it will only use what it actually needs, as such I have over-allocated my memory. I have a min of 1G and a max of 6 for the server. the client is allowed to use up to 5G. the server typically uses between 300m and 1G as...
  5. G

    Problem Mindcrack Pack Server Lag

    what is the internet connection speed and latency ? speedtest.net pingtest.net
  6. G

    Running a Small Server

    I am running a server for 3 on my laptop. ubuntu x64 12.04 core i5 460m @ 2.5 Ghz 8GB ddr3 FTB-betaA so far its running great, after a few weeks, when we started using mystcraft and chunkloaders, we started getting some light chop so I did what was instructed in this post...
  7. G

    Problem Mindcrack pack, High CPU ussage with 13+ players

    the new xeon added sse4.2 sse4 has been included for some time my server is using a first gen i5 If that dos not help, I’m out of ideas
  8. G

    Problem Mindcrack pack, High CPU ussage with 13+ players

    The largest differences I see are I add -XX:UseSSE=4 -XX:ParallelGCThreads=4 -XX:ReservedCodeCacheSize=1G -XX:+UseLargePages -XX:CMSFullGCsBeforeCompaction=1 -Xnoclassgc -oss4M -ss4M I do not use MaxGCPause useNUMA GCOverheadlimit BiasedLocking any compressed strings any survivor ratio This...
  9. G

    Problem Mindcrack pack, High CPU ussage with 13+ players

    you may want to try tweaking the jvm look -> http://forum.feed-the-beast.com/threads/server-lag.2501/ my server lags with 3 people until I tried this Hope it helps Edit: I am working on a build nearly identical to yours, let me know how it turns out
  10. G

    Problem Server crash last night, now wont start :(

    In reading the log the first thing i see is "IC2 Pump" and "Moving object" was someone trying to pickup a pump with the portal gun? Unless someone comes up with a better idea, backup server load in world edit remove entity’s
  11. G

    Problem Server crash when tankcart travels through mystcraft portal

    This is a known bug in mystcraft. Its my understanding that the dev is working on it
  12. G

    best OS? Linux?

    I would recommend that you put the harddisks back in raid and install ubuntu x64 on them, use the latest long term support version 12.04. SSDs help with desktops allot, I'm not sure how much they would help with a mc server, If hdd speed becomes a problem add an ssd. The largest performance...
  13. G

    I need performance instrumentation (lag troubleshooting).

    I added this mod to my server http://www.minecraftforum.net/topic/1548779-146-ticks-per-second-v0411/ it might help if its a mystcraft age with alot of lag There is also a thread about garbage collection that might help http://forum.feed-the-beast.com/threads/server-lag.2501/
  14. G

    Dynmap and Mystcraft

    There is already a thread about this http://forum.feed-the-beast.com/threads/warning-about-dynmap.2428/
  15. G

    Updating Server

    There is no way to know what is going to be involved with updating the server until the pack is finished, which is supposed to be in the next 48 hours or so. The client should be almost automatic.
  16. G

    [Script,Linux] Auto-Start FTB Server on Crash + Automatic Backups

    The script works too well. I cant get the server to shut-down.
  17. G

    Redstone Energy Cells?

    That sucks. Did you have water hooked up to cool the engines?
  18. G

    Creeper removal

    that looks correct. And after testing on my server it works and is persistent note:it doesn't seem to change any config files
  19. G

    [Script,Linux] Auto-Start FTB Server on Crash + Automatic Backups

    I forked the git-hub. I see something that might be an bug. Wont know for sure until I test it next week after exams. Once I have more time I would be glad to make a pull request with new features.
  20. G

    I can't start the "Server Start 1Gb" and any of the other more ram start's

    add a second line to the bat file that says "pause" without the quotes this will keep the window open so you can see any error messages. I suspect you need to install java If so go to http://www.java.com/en/download/manual.jsp and install java, if you are running a 64 bit system install both...