asdfjkl / jfxchess

JFXChess - Chess Program
https://asdfjkl.github.io/jfxchess
GNU General Public License v2.0
100 stars 22 forks source link

Engine parameters not applied in Analysis Mode #118

Closed KirkF closed 3 years ago

KirkF commented 3 years ago

Running master branch on Windows 10.

I have external Stockfish 13 configured with engine parameters of 8 threads and 2 gigs of ram. This works properly when manually turning on the engine on a position (as I can see CPU and Memory usage in Task Manager) but when using Analysis Mode the external engine is being used but it's only using one core and very little memory, running significantly fewer kn/s

asdfjkl commented 3 years ago

I understand there is a different behavior when you click on the on/off button for the engine in the lower left vs when you click "anlysis" in the "Mode"-Menu? This I cannot reproduce.

Or is this w.r.t. to "Game Analysis"? For automatic "Game Analysis" this is currently (still) expected behavior, will change in the next release...

KirkF commented 3 years ago

@asdfjkl yes, for the latter. Did not realize that was on the roadmap. Thanks

asdfjkl commented 3 years ago

(cf. 025acd734101691e778c9394304b94fec8a7f92f )