bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.65k stars 295 forks source link

Bug: MacOS version app occupies memory after "solving done" #182

Open GuanHenan opened 9 months ago

GuanHenan commented 9 months ago

My MacOS version is 13.6. After TexasSolver propmts "Solving done.", I see it still ocuppies memory several GBs from the activity monitor app. How to release these memory?

bupticybee commented 9 months ago

My MacOS version is 13.6. After TexasSolver propmts "Solving done.", I see it still ocuppies memory several GBs from the activity monitor app. How to release these memory?

Build another game tree would release the memory.

GuanHenan commented 8 months ago

I build another tree, but the memory is still occupied when I see activity monitor.

bupticybee commented 8 months ago

I build another tree, but the memory is still occupied when I see activity monitor.

Hmm could you provide your operation platform? Like to look into that.

GuanHenan commented 8 months ago

I build another tree, but the memory is still occupied when I see activity monitor.

Hmm could you provide your operation platform? Like to look into that.

operation platform 是指什么?我试了下,只有再次点击Start solving后,才能释放内存并重新占用内存。点击Build Tree并不能。