Jump to content

Server unable start


ESFCrow

Recommended Posts

My launch bat is:

 

 

 

@ECHO OFF

 

:: When setting the memory below make sure to include the amount of ram letter. M = MB, G = GB. Don't use 1GB for example, it's 1G ::

 

:: This is 64-bit memory ::

set memsixtyfour=2G

 

:: This is 32-bit memory - maximum 1.2G ish::

set memthirtytwo=1G

 

:: Don't edit past this point ::

 

if $SYSTEM_os_arch==x86 (

  echo OS is 32

  set mem=%memthirtytwo%

) else (

  echo OS is 64

  set mem=%memsixtyfour%

)

java -Xmx%mem% -jar forge-1.7.10-10.13.2.1258-universal.jar nogui

PAUSE

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.