Compare commits
No commits in common. "6d9b10886a7362a30919c02e5f5132d13340a09a" and "73d49d00c872576d836b31706a46902dc476bcf8" have entirely different histories.
6d9b10886a
...
73d49d00c8
@ -94,13 +94,9 @@ elif [[ "$maxRam" =~ ("G"|"M") ]]; then
|
||||
printf "\n+ Allocating $maxRam as RAM maximum."
|
||||
echo "-Xmx$maxRam" >> /opt/minecraft/user_jvm_args.txt
|
||||
elif [[ -z $maxRam ]]; then
|
||||
<<<<<<< HEAD
|
||||
$maxRam="4G"
|
||||
printf "\n+ Allocating $MaxRam as RAM maximum"
|
||||
echo "-Xmx4G" >> user_jvm_args.txt
|
||||
=======
|
||||
printf "\n+ Allocating $MaxRam as RAM maximum"
|
||||
echo "-Xmx4G" >> /opt/minecraft/user_jvm_args.txt
|
||||
>>>>>>> refs/remotes/origin/life2
|
||||
echo "-Xmx$maxRam" >> /opt/minecraft/user_jvm_args.txt
|
||||
elif [[ ! "$maxRam" =~ ("G"|"MB") ]]; then
|
||||
printf "\n+ Allocating ${maxRam}G as RAM maximum"
|
||||
echo "-Xmx${maxRam}G" >> /opt/minecraft/user_jvm_args.txt
|
||||
@ -117,13 +113,9 @@ elif [[ "$minRam" =~ ("G"|"M") ]]; then
|
||||
printf "\n+ Allocating $minRam as RAM minimum."
|
||||
echo "-Xms$minRam" >> /opt/minecraft/user_jvm_args.txt
|
||||
elif [[ -z $minRam ]]; then
|
||||
<<<<<<< HEAD
|
||||
$minRam="1G"
|
||||
printf "\n+ Allocating $minRam as RAM minimum"
|
||||
echo "-Xms1G" >> user_jvm_args.txt
|
||||
=======
|
||||
printf "\n+ Allocating $minRam as RAM minimum"
|
||||
echo "-Xms1G" >> /opt/minecraft/user_jvm_args.txt
|
||||
>>>>>>> refs/remotes/origin/life2
|
||||
echo "-Xms$minRam" >> /opt/minecraft/user_jvm_args.txt
|
||||
elif [[ ! "$minRam" =~ ("G"|"MB") ]]; then
|
||||
printf "Allocating ${minRam}G as RAM maximum"
|
||||
echo "-Xms${minRam}G" >> /opt/minecraft/user_jvm_args.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user