Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out-of-memory on 32-bit systems when installing very large mods #1

Closed
kartoFlane opened this issue Mar 8, 2014 · 0 comments
Closed

Comments

@kartoFlane
Copy link
Contributor

On the FTL forums, SleeperService came up with the idea to emulate random loot generation (as known in Diablo/Borderlands) by programmatically generating thousands on new weapon blueprints.

The resulting .append file is 45 MB in size (uncompressed), and SMM has some troubles with it on 32-bit systems -- the manager crashes, reporting java.lang.OutOfMemoryError: Java heap space.
No such error appears on 64-bit systems, everything works perfectly there.

Attempting to brute-fix it by increasing max heap space available to the JVM doesn't help.

Link to the original post:
http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102&start=210#p70306

(you really should take a look at your spam settings, Vhati :P)

@Vhati Vhati closed this as completed Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants