How add Rams?

  • 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
M

Mariozas

Guest
Title How add Rams?

Launcher Type Server

Modpack Skyfactory

Modpack version 3

Have you modified the pack? No

Link to log file

Details of the issue I need serverstart.bat command so i could add rams
 

ShneekeyTheLost

Too Much Free Time
Dec 8, 2012
3,728
3,004
333
Lost as always
Not sure if bot or serious, but I'll assume English is not a first language for the poster, and answer it seriously.

I'm assuming you mean increasing your RAM. This is done on the server-end, and does not need access to any batch file commands. Handle this with your server host.

If you mean client RAM, you change that within your launcher.

If you mean actually adding a new mob into your game that is a Ram, then that requires installing a mod which supports that.
 
  • Like
Reactions: Alex4353

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
You shouldn't add / remove / change anything in ServerStart.bat

There's a file called settings.bat

Look for this line and change it to what you need:
set MAX_RAM=3072M

Example - for changing it to 4GB:
set MAX_RAM=4096M

After you changed it, save the file and start your server using ServerStart.bat and your new settings should be used.
(for linux and osx - the files to be used is ServerStart.sh and settings.sh)

Remember to leave some for the operatingsystem - so don't allocate all ram available on the machine that runs the server.