death could you run these commands in a terminal and post the output
Code:
sudo lshw -class cpu -class memory -sanitize
java -version
sudo lshw -class cpu -class memory -sanitize
java -version
sudo apt-get install lshw
java -version
It's fine. Got it working. Made a noob mistake.jojo please post your system specks, ram cpu etc.
then open the terminal or command prompt and runalso post the error message.Code:java -version
java -Xmx2048M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=1 -jar direwolf20.jar nogui
*-memory
description: System memory
physical id: 0
size: 8GiB
*-cpu
product: Intel(R) Xeon(R) CPU E5645 @ 2.40GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
-server
-XX:+AggressiveOpts
-XX:UseSSE=4
-XX:+UseFastAccessorMethods
-XX:CMSFullGCsBeforeCompaction=1
-XX:+CMSParallelRemarkEnabled
-XX:+UseCMSCompactAtFullCollection
-XX:+UseParNewGC -XX:+DisableExplicitGC
-XX:ParallelGCThreads=4
java -Xmx2048M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=1 -jar direwolf20.jar nogui -server -XX:+AggressiveOpts -XX:UseSSE=4 -XX:+UseFastAccessorMethods -XX:CMSFullGCsBeforeCompaction=1 -XX:+CMSParallelRemarkEnabled -XX:+UseCMSCompactAtFullCollection -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:ParallelGCThreads=4
started server with this, i'll test if it changed something
-XX:ParallelGCThreads=4
-XX:ParallelGCThreads=2
java -server -Xincgc -Xmx2G -XX:NewRatio=2 -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+DisableExplicitGC -Xnoclassgc -oss4M -ss4M -XX:+UseFastAccessorMethods -XX:CMSInitiatingOccupancyFraction=90 -XX:+UseConcMarkSweepGC -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -cp your_jar_name_here.jar -jar your_jar_name_here.jar
how may users are on your server? you may need to dedicate more ram
I recommend ~500M per user