Jump to content

cobblemon forge

Go to solution Solved by manikyath,
13 minutes ago, josephpwer123 said:

how do i set it up tho as idk if i need to link the file in or not into the  "user_jvm_args.txt" but i dont know how to link the java file to it as whenever i have tried to adjust it it never works then i have to go back to default and nothing gets changed and how do you uncomment

 

a line with a # at the start is a comment, removing the # 'uncomments' that line. forge's provided way to launch things includes any java arguments in that file.

 

it's literally made to be as easy to configure as possible, i cannot explain this beyond what is already there, because there is nothing left to explain.

the way forge deploys the server installation provides a "user_jvm_args.txt" file.

 

the explanation is in there, with an example to configrue 4GB ready.

 

this is an example i just grabbed off my server:

default:

# Xmx and Xms set the maximum and minimum RAM usage, respectively.
# They can take any number, followed by an M or a G.
# M means Megabyte, G means Gigabyte.
# For example, to set the maximum to 3GB: -Xmx3G
# To set the minimum to 2.5GB: -Xms2500M

# A good default for a modded server is 4GB.
# Uncomment the next line to set it.
#-Xmx4G

the way i run my stuff:

# Xmx and Xms set the maximum and minimum RAM usage, respectively.
# They can take any number, followed by an M or a G.
# M means Megabyte, G means Gigabyte.
# For example, to set the maximum to 3GB: -Xmx3G
# To set the minimum to 2.5GB: -Xms2500M

# A good default for a modded server is 4GB.
# Uncomment the next line to set it.
-Xmx4G

 

also, the RAM usage of a minecraft server doesnt necessarily increase all that much past the initial "modpack load". more ram doesnt mean more faster. it's either enough or it isnt.

Link to comment
https://linustechtips.com/topic/1537476-cobblemon-forge/#findComment-16180255
Share on other sites

Link to post
Share on other sites

3 hours ago, manikyath said:

the way forge deploys the server installation provides a "user_jvm_args.txt" file.

 

the explanation is in there, with an example to configrue 4GB ready.

 

this is an example i just grabbed off my server:

default:

# Xmx and Xms set the maximum and minimum RAM usage, respectively.
# They can take any number, followed by an M or a G.
# M means Megabyte, G means Gigabyte.
# For example, to set the maximum to 3GB: -Xmx3G
# To set the minimum to 2.5GB: -Xms2500M

# A good default for a modded server is 4GB.
# Uncomment the next line to set it.
#-Xmx4G

the way i run my stuff:

# Xmx and Xms set the maximum and minimum RAM usage, respectively.
# They can take any number, followed by an M or a G.
# M means Megabyte, G means Gigabyte.
# For example, to set the maximum to 3GB: -Xmx3G
# To set the minimum to 2.5GB: -Xms2500M

# A good default for a modded server is 4GB.
# Uncomment the next line to set it.
-Xmx4G

 

also, the RAM usage of a minecraft server doesnt necessarily increase all that much past the initial "modpack load". more ram doesnt mean more faster. it's either enough or it isnt.

how do i set it up tho as idk if i need to link the file in or not into the  "user_jvm_args.txt" but i dont know how to link the java file to it as whenever i have tried to adjust it it never works then i have to go back to default and nothing gets changed and how do you uncomment

 

Link to comment
https://linustechtips.com/topic/1537476-cobblemon-forge/#findComment-16180429
Share on other sites

Link to post
Share on other sites

13 minutes ago, josephpwer123 said:

how do i set it up tho as idk if i need to link the file in or not into the  "user_jvm_args.txt" but i dont know how to link the java file to it as whenever i have tried to adjust it it never works then i have to go back to default and nothing gets changed and how do you uncomment

 

a line with a # at the start is a comment, removing the # 'uncomments' that line. forge's provided way to launch things includes any java arguments in that file.

 

it's literally made to be as easy to configure as possible, i cannot explain this beyond what is already there, because there is nothing left to explain.

Link to comment
https://linustechtips.com/topic/1537476-cobblemon-forge/#findComment-16180437
Share on other sites

Link to post
Share on other sites

1 minute ago, manikyath said:

a line with a # at the start is a comment, removing the # 'uncomments' that line. forge's provided way to launch things includes any java arguments in that file.

 

it's literally made to be as easy to configure as possible, i cannot explain this beyond what is already there, because there is nothing left to explain.

sorry haha i thought that was it but wasnt sure thanks really helped a lot

Link to comment
https://linustechtips.com/topic/1537476-cobblemon-forge/#findComment-16180440
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×