The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




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: 1 Guest(s)