Setting up VDS for Minecraft.

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
IERTOI
New to forums
New to forums
Posts: 11
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Nov 22, 2010 2:35 pm

Re: Setting up VDS for Minecraft.

Post by IERTOI »

Well I thought I found a solution but I cant access advanced settings in display properties.

http://i60.servimg.com/u/f60/15/90/21/37/captur10.jpg

http://www.youtube.com/watch?v=chpXjYCBdyE
User avatar
Edge100x
Founder
Founder
Posts: 13126
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Setting up VDS for Minecraft.

Post by Edge100x »

Minecraft shouldn't be trying to use the graphics card at all, so something must be wrong with your Minecraft configuration. I'm hoping that another customer with experience running these on Windows will chime in, as I haven't done it myself.
IERTOI
New to forums
New to forums
Posts: 11
Joined: Mon Nov 22, 2010 2:35 pm

Re: Setting up VDS for Minecraft.

Post by IERTOI »

Ahhh me two : (
j0rd0n420
This is my homepage
This is my homepage
Posts: 157
Joined: Mon Jul 07, 2008 1:47 pm

Re: Setting up VDS for Minecraft.

Post by j0rd0n420 »

IERTOI wrote:what os do you use? do you use any mods or are you running the standard server from the site?
I'm using Ubuntu 10.04 LTS 64bit (and I installed a GUI for it). My server is running with hMod (with like 4 plugins) and part of Llamas mod (to stop lava from starting fires).
User avatar
Edge100x
Founder
Founder
Posts: 13126
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Setting up VDS for Minecraft.

Post by Edge100x »

Could you provide the exact command line that you're using to start the server?
j0rd0n420
This is my homepage
This is my homepage
Posts: 157
Joined: Mon Jul 07, 2008 1:47 pm

Re: Setting up VDS for Minecraft.

Post by j0rd0n420 »

Edge100x wrote:Could you provide the exact command line that you're using to start the server?
I think he gave up. :(
What I use though is:
screen -fa -d -m -S minecraft java -server -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ParallelGCThreads=2 -Xnoclassgc -Xmx4608M -Xms4608M -jar Minecraft_Mod.jar

I'm running it in a screen session so that my auto backup script can send commands and messages to the people on the server letting them know its happening.
That parallelGCThreads one though, you know if I can change that to 6 since I have 6 cores? I've tried googleing it but I get conflicting answers.
User avatar
Edge100x
Founder
Founder
Posts: 13126
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Setting up VDS for Minecraft.

Post by Edge100x »

You could try 6 if you'd like, but I don't think it would make too much of a difference. Better-parallelized garbage collection shouldn't significantly affect the main thread's performance.
Post Reply