Resolved Cant start Terasology on mac mini

Adeon

terasology.ru
Contributor
Architecture
GUI
Logistics
Hi! My friend tryed to launch the Terasology on mac mini. Result is attached. =(
 

Attachments

x3ro

Member
Contributor
GUI
Code:
Caused by: java.lang.OutOfMemoryError: Java heap space
This seems to be a memory issue. How much RAM does your friend have? What does the Activity Monitor say before launching Terasology (i.e. how much available memory)?
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Not all the ways to launch Terasology will correctly set a good amount of available memory (something to probably add to a launcher). Try having your friend run it from the command line with something like this:

java -Xms256m -Xmx2048m -jar Terasology.jar
 
Top