-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: add option to limit memory to 32Mb #196
Conversation
Interesting, maybe we are still allocating to much memory and there isn't memory free for internal C functions. Maybe we can add a command line parameter to limit RAM to fit user needs. |
Added as optional param. said someone randomly on the Internet after the 90s 😂 |
WDYT? @viti95 |
Sorry I was busy finishing new rendering options. After thinking a bit on it, I think three changes have to be made in order to fix all the new crashes:
|
…s of issues on previous releases
Much better, thanks for adding this feature! |
Fixes #195
For a 256MB system, fdoom.cfg gets erased on fastdoom startup, and thus no sound is available.