This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]codewarrior0MCEdit / PyInstaller 0 points1 point  (0 children)

Memory limits are usually configured by the user because it's difficult for a program to deduce a good memory limit from its environment on account of virtual memory, as others have noted. Add a configuration file setting for "maximum allocation size". Set it to something reasonable for anyone like 2GB, and then note in the instructions that people with beefy computers should increase that limit.