Specs for Managed Server
OS: Ubuntu Server 13.04 32bit on ESX4.1.3
vRAM: 4Gb
CPU: 2 Cores Intel Xeon 3.00 Ghz
HDD: 4 300Gb in a Raid 0 20Gb Allocated for FTB
So I am trying to run a server for me and about 5 friends and thought well I will use my poweredge 2850 so after considerable googleing I have this
sudo apt-get update
sudo apt-get install openssh-client
sudo apt-get install openssh-server
sudo apt-get install screen
sudo apt-get install default-jdk
sudo apt-get install unzip
mkdir ftb
cd ftb
wget http://www.creeperrepo.net/direct/F...8/modpacks^Ultimate^1_1_2^Ultimate_Server.zip
unzip modpacks^Ultimate^1_1_2^Ultimate_Server.zip
chmod 777 ServerStart.sh
java -Xmx4096M -Xms4096M -jar ftbserver.jar
./ServerStart.sh
vi server.properties
the problem is when running the command "java -Xmx4096M -Xms4096M -jar ftbserver.jar"
I get
"The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit."
I have tried to decrease the RAM for testing purposes and I still get the problem. Any Idea what the problem could be?
OS: Ubuntu Server 13.04 32bit on ESX4.1.3
vRAM: 4Gb
CPU: 2 Cores Intel Xeon 3.00 Ghz
HDD: 4 300Gb in a Raid 0 20Gb Allocated for FTB
So I am trying to run a server for me and about 5 friends and thought well I will use my poweredge 2850 so after considerable googleing I have this
sudo apt-get update
sudo apt-get install openssh-client
sudo apt-get install openssh-server
sudo apt-get install screen
sudo apt-get install default-jdk
sudo apt-get install unzip
mkdir ftb
cd ftb
wget http://www.creeperrepo.net/direct/F...8/modpacks^Ultimate^1_1_2^Ultimate_Server.zip
unzip modpacks^Ultimate^1_1_2^Ultimate_Server.zip
chmod 777 ServerStart.sh
java -Xmx4096M -Xms4096M -jar ftbserver.jar
./ServerStart.sh
vi server.properties
the problem is when running the command "java -Xmx4096M -Xms4096M -jar ftbserver.jar"
I get
"The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit."
I have tried to decrease the RAM for testing purposes and I still get the problem. Any Idea what the problem could be?