Cheers
Stefan
On Friday, February 18, 2011, Bruno Mendes <b.men...@gmail.com> wrote:
> Thank you very much Felipe, that was exactly what was happening.
> After putting -Xmx512M at Run->Run Configurations->CashGameConsoleStarter->Arguments->VM Arguments it worked just fine.
>
> The testbed is amazing, I would like to implement a graphic client to be able to play against the bots.At the wiki it is said that the bot is allowed to 'think for 1000ms'. Is this a limitation in the game or just a limitation to MCTS algorithm of that specific bot?
>
>
> 2011/2/17 Felipe Kurkowski <felipek...@gmail.com>
>
>
> I might be brutally wrong, but the eclipse heap space doesn't interferewith the program you're trying to run. Instead, you're only providing morememory to eclipse itself and not the programs you eventually build/run.
>
>
> Anyway, you should pass the Xmx argument as a VM parameter whenyou run the OpenTestBed framework as every Java program runs in a separate VM instance.
> Unfortunately, I do not use Eclipse and can't point where exactly are the
>
>
> running options but it shouldn't be hard to find. In case you are unable to find it, you can alternatively stop using the MCTSBot (which is the source of thisproblem).
>
>
>
> Regards,Felipe Kurkowski