Skip to content

Commit

Permalink
21452: Reduces stack depth to not crash on systems with small stack s…
Browse files Browse the repository at this point in the history
…izes
  • Loading branch information
howsohazard committed Sep 1, 2024
1 parent cb2d301 commit 60cbed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tic_tac_toe_evolver.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
;count the entity size toward total memory allowed to be used
(- 2000 (total_entity_size entity))
;limit stack depth to something reasonable
70
50
;maximum contained entities
5
;maximum entity depth
Expand Down

0 comments on commit 60cbed0

Please sign in to comment.