F5F Stay Refreshed Software PC Gaming MC server 64bit?

MC server 64bit?

MC server 64bit?

E
epic_person2
Member
79
07-12-2016, 11:23 AM
#1
Hello
I'm dealing with a Minecraft server that's limited to 1500MB RAM, which isn't enough for eight players. I believe the problem lies in my MC server running on 32-bit Java. My question is: how can I switch it to 64-bit Java?
Thanks
btw: this is my startup command in Windows PowerShell (because cmd isn't working — "could not acces jar file")
java -Xms512M -Xmx1200M -jar server.jar
E
epic_person2
07-12-2016, 11:23 AM #1

Hello
I'm dealing with a Minecraft server that's limited to 1500MB RAM, which isn't enough for eight players. I believe the problem lies in my MC server running on 32-bit Java. My question is: how can I switch it to 64-bit Java?
Thanks
btw: this is my startup command in Windows PowerShell (because cmd isn't working — "could not acces jar file")
java -Xms512M -Xmx1200M -jar server.jar

A
absoredjak
Junior Member
2
07-13-2016, 05:09 AM
#2
Here are some additional details:
- Is the server operating on your personal computer, or is it a dedicated server?
- What is the total amount of RAM available on the device?
- Has the 64-bit version of Java been added to the system?
A
absoredjak
07-13-2016, 05:09 AM #2

Here are some additional details:
- Is the server operating on your personal computer, or is it a dedicated server?
- What is the total amount of RAM available on the device?
- Has the 64-bit version of Java been added to the system?

C
Crackalack
Member
161
07-13-2016, 10:17 AM
#3
Sorry, I made a mistake.
The server is installed on my Windows 10 PC with 16GB of RAM.
Java version: SE runtime environment version 8 update 211
C
Crackalack
07-13-2016, 10:17 AM #3

Sorry, I made a mistake.
The server is installed on my Windows 10 PC with 16GB of RAM.
Java version: SE runtime environment version 8 update 211

M
Moreno79
Junior Member
5
07-15-2016, 11:01 AM
#4
Is Java listed as 32 bit or 64 bit in your Programs and Features section?
M
Moreno79
07-15-2016, 11:01 AM #4

Is Java listed as 32 bit or 64 bit in your Programs and Features section?

A
Anis125
Member
63
07-15-2016, 11:55 AM
#5
Thank you for the updates!
I removed all Java from my PC and reinstalled Java 64bit, now the server shows "unlimited" RAM as if I didn’t need to allocate it, though the command still isn’t working. I’ll try to figure this out carefully and avoid any issues during the process.
Thanks!
A
Anis125
07-15-2016, 11:55 AM #5

Thank you for the updates!
I removed all Java from my PC and reinstalled Java 64bit, now the server shows "unlimited" RAM as if I didn’t need to allocate it, though the command still isn’t working. I’ll try to figure this out carefully and avoid any issues during the process.
Thanks!

B
benbossgaming
Member
65
07-17-2016, 07:20 AM
#6
java can only utilize a fraction of the available memory in your system (meaning less than the total RAM used by the system and software). This is why you shouldn’t set more than 1.5G for -Xmx, and the minimum RAM should be half of that, which usually results in around 512M for initialization space.
B
benbossgaming
07-17-2016, 07:20 AM #6

java can only utilize a fraction of the available memory in your system (meaning less than the total RAM used by the system and software). This is why you shouldn’t set more than 1.5G for -Xmx, and the minimum RAM should be half of that, which usually results in around 512M for initialization space.