Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Effects of running out of memory
#2
1) You can compile with --check-memory to check for lack of memory during runtime.
2) -O3 reduces program size
3) If you're not using intensive string management (e.g. a converstional adventure) you can reduce heap size down to 1K for example and try. (Use --heap-size flag).
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)