Skyfactory 3

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
L

Lock

Guest
Ok so I keep getting error messages (The server cant keep up or something) and Ive researched it has to do with your RAM. I have the 3.0.10 version but when I look up how to allocate more ram into my server, all of them are old ones. Can someone help me?
 
Last edited:
L

Lock

Guest
em Do not touch
set MCVER=1.10.2
set JARFILE=minecraft_server.%MCVER%.jar
set LAUNCHWRAPPERVERSION=1.12
set LAUNCHWRAPPER=net\minecraft\launchwrapper\%LAUNCHWRAPPERVERSION%\launchwrapper-%LAUNCHWRAPPERVERSION%.jar
set FORGEJAR=FTBserver-1.10.2-12.18.3.2281.jar

rem can be changed by user
set MIN_RAM=512M
set MAX_RAM=3072M
set PERMGEN_SIZE=256M
set JAVA_PARAMETERS=-XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:parallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
That is what it says. My current installed ram is 8.0
 

Cptqrk

Popular Member
Aug 24, 2013
1,420
646
138
Look in the launcher, there should be an option to adjust the ram without messing with java arguments.

What version of windows are you running? Skyfactory 3 should be fine with only 2gigs of ram allocated to it, but you can bump it up a bit more, but leave at least 4gigs for your system to keep running.
 

Henry Link

Forum Addict
Dec 23, 2012
2,601
553
153
USA - East Coast
@Lock Edit this line: set MAX_RAM=3072M
That will increase the RAM for your server. However, I can tell you from experience that usually can't keep error messages while possibly related to RAM are usually an indication that the CPU is getting pegged or the game is trying to do to much and can't complete everything it is supposed to do in under 20ms. Basically the server is telling you can't complete the entire game loop (which is tracking all of the blocks, move items, move entities, move fluids, energy, let every mod do its checks and changes in under 20ms. If the server has been up for a bit and you played on it look for things that cause excessive tracking (lots of items on the floor, passive mobs bunched together in tight spaces, etc.). Also some mods can cause it when they are trying to do something and can't complete the task.

Keep in mind that a server just like minecraft runs in only one core of a dual or quad core CPU. So your limiting factor can be your single core CPU speed.