OK, my main program tech, programing, network experience is windows 95 and earlier, mostly DOS, C++, Unix, and many dead near dead systems and languages... and I have only been dabbling for the past 20 years, so I know there is a lot of ground I am not familiar with and I am rusty.
I am trying to run a server for my family on my system, windows 7 64 bit which I also run the client on, the server is running the Monster Pack.
System Spec's
Z97X-UD5H
i7-4790K
16GB RAM
NVIDIA GTX 770 4GB
do you require anything else
The server is likely to only have 5 people on it possibly a few extra's at a later date no more than 8 I would imagine. My main problem is running it under its normal configuration has it thrashing a single thread on my CPU.
I have now installed JDK SE 8 and I am executing the server with the following command
java -server -Xincgc -Xmx4096M -Xms2048M -Xmn1024M -XX:NewRatio=2 -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+UseAdaptiveSizePolicy -XX:+DisableExplicitGC -Xnoclassgc -oss4M -ss4M -XX:+UseFastAccessorMethods -XX:CMSInitiatingOccupancyFraction=90 -XX:+UseConcMarkSweepGC -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XXarallelGCThreads=4 -XX:+AggressiveOpts -cp "FTBServer-1.6.4-965.jar" -jar FTBServer-1.6.4-965.jar nogui
pause
I admit I have pinched these from other threads and tried other configurations, but any suggestions would be welcome.
With 5 People in the house wanting to use computers I am not in a position to setup a dedicated Linux server.[DOUBLEPOST=1414215750][/DOUBLEPOST]Oh here is the end of the log when I try to run server with that command line.
2014-10-25 16:14:26 [FINE] [ForgeModLoader] The coremod stanhebben.minetweaker.transformer.MineTweakerTransformer requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-10-25 16:14:26 [FINE] [ForgeModLoader] Enqueued coremod MineTweakerTransformer
2014-10-25 16:14:26 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-10-25 16:14:26 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-10-25 16:14:26 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-10-25 16:14:26 [SEVERE] [ForgeModLoader] Unable to launch
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.remove(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
Full log is to large
I am trying to run a server for my family on my system, windows 7 64 bit which I also run the client on, the server is running the Monster Pack.
System Spec's
Z97X-UD5H
i7-4790K
16GB RAM
NVIDIA GTX 770 4GB
do you require anything else
The server is likely to only have 5 people on it possibly a few extra's at a later date no more than 8 I would imagine. My main problem is running it under its normal configuration has it thrashing a single thread on my CPU.
I have now installed JDK SE 8 and I am executing the server with the following command
java -server -Xincgc -Xmx4096M -Xms2048M -Xmn1024M -XX:NewRatio=2 -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+UseAdaptiveSizePolicy -XX:+DisableExplicitGC -Xnoclassgc -oss4M -ss4M -XX:+UseFastAccessorMethods -XX:CMSInitiatingOccupancyFraction=90 -XX:+UseConcMarkSweepGC -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XXarallelGCThreads=4 -XX:+AggressiveOpts -cp "FTBServer-1.6.4-965.jar" -jar FTBServer-1.6.4-965.jar nogui
pause
I admit I have pinched these from other threads and tried other configurations, but any suggestions would be welcome.
With 5 People in the house wanting to use computers I am not in a position to setup a dedicated Linux server.[DOUBLEPOST=1414215750][/DOUBLEPOST]Oh here is the end of the log when I try to run server with that command line.
2014-10-25 16:14:26 [FINE] [ForgeModLoader] The coremod stanhebben.minetweaker.transformer.MineTweakerTransformer requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-10-25 16:14:26 [FINE] [ForgeModLoader] Enqueued coremod MineTweakerTransformer
2014-10-25 16:14:26 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-10-25 16:14:26 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-10-25 16:14:26 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-10-25 16:14:26 [SEVERE] [ForgeModLoader] Unable to launch
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.remove(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
Full log is to large