Recent content by Vash3k5

  • 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. V

    1.0.1: Direwolf20 1.7.10 Server Performance Issues

    Using the example Oracle game. I changed my lines to -Xms2G -Xmx4G and now the machine runs like a champ. the effect was more profound on my desktop.
  2. V

    1.0.1: Direwolf20 1.7.10 Server Performance Issues

    https://docs.oracle.com/cd/E13150_01/jrockit_jvm/jrockit/geninfo/diagnos/memman.html They use 1G not 1024m
  3. V

    1.0.1: Direwolf20 1.7.10 Server Performance Issues

    Aroma was contributing to the problem. On my desktop I removed aroma backup from the pack when I first downloaded it and i was gettign the same issues, when i changed the ticks to 4G intsead of 4096m, minecraft smoothed out and runs with 600fps with no chunk lag. I found the Java tick info from...
  4. V

    1.0.1: Direwolf20 1.7.10 Server Performance Issues

    Ok after some research I have figured out what the problem is. When you use the -Xms4096m -Xmx4096m java ticks to set memory usage, because I was using x64 of java, you have to change that from -Xms4096m to -Xms4G to denote java to use 4gb of memory as the -XmsXXXXm only work with memory sizes...
  5. V

    1.0.1: Direwolf20 1.7.10 Server Performance Issues

    Sigh. I don't understand this because the machine i was running this pack on was an ancient dell pe 1400 and it ran percectly on it.
  6. V

    1.0.1: Direwolf20 1.7.10 Server Performance Issues

    Its not actualy 330mhz its 666mhz. Speccy reports it as 330 becuase its dual channel memory. As far as Henry's comment, The drives are configured at 2 256Gb@ Raid 0 and 2 300Gb @ Raid 0+1. Minecraft is on the first set of drives. The CPUs dont have hyper threading because when I originally...
  7. V

    1.0.1: Direwolf20 1.7.10 Server Performance Issues

    After adding that code, the server starts up much better but it still is consuming the cpu at 100%. I tried joining it and I could move 3 blocks without lagging back to start position and the chunks take a long time to load
  8. V

    1.0.1: Direwolf20 1.7.10 Server Performance Issues

    I initially setup the server with Ubuntu 1401 Server with J7 on it and iw as getting the same problem so i figured that it might run better Windwos. I did not change any of the java arguments as i just click the server.jar and let it run. I cant even see the java arguments that are set as...
  9. V

    1.0.1: Direwolf20 1.7.10 Server Performance Issues

    Version: 1.0.1 What is the bug: I am trying to run the DW20 pack on a Dell Poweredge 2900. I am disturbed at the performance issues as when then server jar is running its utilization of the cpu is pegged at 100% and it never drops down even when there is no one in the server. Is anyone else...