F5F Stay Refreshed Software PC Gaming A place where metal is shaped and crafted.

A place where metal is shaped and crafted.

A place where metal is shaped and crafted.

K
keanyko
Member
160
12-21-2016, 09:10 AM
#1
You're looking to boost your PC's RAM performance. Have you checked if your system is using all available memory or if there are other processes consuming resources?
K
keanyko
12-21-2016, 09:10 AM #1

You're looking to boost your PC's RAM performance. Have you checked if your system is using all available memory or if there are other processes consuming resources?

K
Kiler_100
Junior Member
9
12-27-2016, 03:34 AM
#2
the method for deploying the server installation includes a "user_jvm_args.txt" file. the instructions are included there, featuring an example to configure 4GB ready. this is the format I found on my server: default settings define maximum and minimum RAM usage, respectively. they can be any number followed by M or G. m indicates Megabytes, g means Gigabytes. for instance, to set the max to 3GB: -Xmx3G to set the min to 2.5GB: -Xms2500M a suitable default for a modded server is 4GB. just uncomment the next line to apply it. -Xmx4G additionally, a minecraft server's RAM usage doesn't always rise significantly beyond the initial modpack load. more RAM doesn't necessarily mean faster performance—it's either sufficient or not.
K
Kiler_100
12-27-2016, 03:34 AM #2

the method for deploying the server installation includes a "user_jvm_args.txt" file. the instructions are included there, featuring an example to configure 4GB ready. this is the format I found on my server: default settings define maximum and minimum RAM usage, respectively. they can be any number followed by M or G. m indicates Megabytes, g means Gigabytes. for instance, to set the max to 3GB: -Xmx3G to set the min to 2.5GB: -Xms2500M a suitable default for a modded server is 4GB. just uncomment the next line to apply it. -Xmx4G additionally, a minecraft server's RAM usage doesn't always rise significantly beyond the initial modpack load. more RAM doesn't necessarily mean faster performance—it's either sufficient or not.

A
Alexis141
Member
109
01-10-2017, 09:50 AM
#3
check your setup carefully—decide whether to attach the java file to "user_jvm_args.txt" or not. If unsure, try linking it during configuration. When making changes, ensure the file is properly referenced; if adjustments fail, revert to defaults. Uncommenting sections usually requires re-enabling them in the correct order.
A
Alexis141
01-10-2017, 09:50 AM #3

check your setup carefully—decide whether to attach the java file to "user_jvm_args.txt" or not. If unsure, try linking it during configuration. When making changes, ensure the file is properly referenced; if adjustments fail, revert to defaults. Uncommenting sections usually requires re-enabling them in the correct order.

R
RageGlitch
Posting Freak
771
01-17-2017, 01:47 AM
#4
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.
R
RageGlitch
01-17-2017, 01:47 AM #4

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.

N
nickernoose
Member
56
01-17-2017, 05:04 PM
#5
Sorry, haha I thought that was it, but wasn't sure. Thanks really helped a lot!
N
nickernoose
01-17-2017, 05:04 PM #5

Sorry, haha I thought that was it, but wasn't sure. Thanks really helped a lot!