Memory Leak on Mac

  • 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
Status
Not open for further replies.

AstronautG117

New Member
Jul 29, 2019
6
0
0
Pretty often I seem to get a memory leak when playing online. I haven't tried single player so I'm not sure if it happens there. But I think it has something to do with world loading.

I can't seem to copy from the console, nor can I seem to make the window larger, so I took a screen shot of what it was saying.

Screen Shot 2012-11-01 at 12.40.24 PM.png



And here is what it said in Minecraft itself:

Screen Shot 2012-11-01 at 12.36.57 PM.png


I'm sorry for the vagueness of this post, if someone could tell me how, I can provide more information.
 

unv_annihilator

New Member
Jul 29, 2019
45
0
0
Not a memory leak but rather the ram allocation settings not implemented into the current version of the launcher.
 

AstronautG117

New Member
Jul 29, 2019
6
0
0
So what you're say is that when I set those settings in the launcher, they don't actually do anything? Because I noticed that when I press f3 I only have something like 120 mb allocated, even though I put 8 gigs in the settings.
 

Luke_H

New Member
Jul 29, 2019
273
0
0
Hello.

Allocation isn't working on this current version of the Launcher, I think you can manually set it by running the launcher from command line.

First you'll need to navigate to the location of where you put that .jar.
Then you will need to get to the directory the launcher is in.
Finally, you will need to start the program with 1gb of Ram allocated.

Top right hand corner of the mac is the search function, search 'Console' or 'Terminal' then open it.

From the command line:
cd /home/users/macuser/whatever [I don't know where it is on your computer, hopefully you'll work it out]
java -Xmx1024M -Xms1024M -jar ftbwhatever.jar [this'll start the program with 1gb of ram allocated]

Hopefully this will clean up some issues.
 
  • Like
Reactions: AstronautG117
Status
Not open for further replies.