minimax tree - out of memory:Java heap space
807589Dec 16 2008 — edited Dec 17 2008I'm creating the game checkers using a minimax tree and each nodes contain the board with a possible movement of a pawn.. when I run the minimax algorithm for depth of more than 5 I get a "OutOfMemoryError: Java heap space" , can anyone help? any idea where am I going wrong here? any tips will be great