Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Takes significantly more memory with a smaller pot? #174

Open
xKumei opened this issue Aug 3, 2023 · 1 comment
Open

Takes significantly more memory with a smaller pot? #174

xKumei opened this issue Aug 3, 2023 · 1 comment

Comments

@xKumei
Copy link

xKumei commented Aug 3, 2023

Howdy! Made an account to write this. :)

A lot of my games have a pot and stack of something like 8 and 96. But when I build a tree with those parameters, is causes the memory usage to be over 40 Gb and my computer can't handle it.

But if I raise the pot to be like 50 with a stack of 100 the memory goes down to less than 2 Gb. So my question is how do I get it to run with a smaller pot size relative to stacks? Thank you.

@bupticybee
Copy link
Owner

  1. You can reduce bet sizes numbers, bet sizes numbers make memry grow exponentially. Or at least reduce them in turn and river.
  2. Or just use smaller spr (stack/pot) make it even a little smaller would help.
  3. delete some elements in range, smaller range means smaller memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants