rfht / fnaify

Run FNA/XNA games on OpenBSD - DEPRECATED! Check out the successor: https://github.com/IndieRunner/IndieRunner
https://www.PlayOnBSD.com
ISC License
36 stars 2 forks source link

Stardew Valley OutOfMemory exception #25

Closed rfht closed 6 years ago

rfht commented 6 years ago

https://gist.github.com/mulander/30a505831134fdd15b730f480464b231

reported by @mulander. Occurred on thinkpad with 4GB RAM and ulimit -d of 1.5G. Not observed on machine with ulimit -d of 4G.

rfht commented 6 years ago

Resolved by setting ulimit -d to 3G. Note that 2G may be enough. Make sure that the hard limits of the data size allow this value (may need to check /etc/login.conf).