Akuukis / RobotColorWars-Minecraft

Project in Lua for OpenComputers to make ColorWars where robots explore, build bases, reproduce and fight with each other.
GNU General Public License v3.0
10 stars 9 forks source link

system wide out-of-memory #38

Open Akuukis opened 10 years ago

Akuukis commented 10 years ago

Sometimes when pathfinding runs out of memory instead of pcall returning false and out-of-memory error, all OpenOS errors with out-of-memory in __gc metamethod. Any better clues besides being unlucky? Maybe to implement RAM threshold like 10KB below which pathfinding errors manually?