Skip to content

Conversation

@vondele
Copy link
Member

@vondele vondele commented Oct 12, 2025

a pending SF patch requires an update of the memory estimate

official-stockfish/Stockfish#6350

a pending SF patch requires an update of the memory estimate

official-stockfish/Stockfish#6350
@ppigazzini ppigazzini added worker update code changes requiring a worker update update code change to account external change (Stockfish, book etc.) labels Oct 12, 2025
@ppigazzini ppigazzini requested a review from Copilot October 12, 2025 09:57
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates memory estimates for Stockfish worker processes to reflect changes in a pending Stockfish patch. The per-thread memory requirement increases from 16 MB to 31 MB, necessitating updates to worker version numbers and memory calculations across worker and server components.

Key changes:

  • Increased per-thread memory estimate from 16 to 31 MB in memory calculations
  • Bumped worker version from 300 to 301 across both worker and server code
  • Updated integrity hashes in sri.txt to reflect the modified worker.py file

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
worker/worker.py Updated worker version to 301 and modified per-thread memory estimate from 16 to 31 in STC_memory calculation
worker/sri.txt Updated version and hash values for worker.py to reflect the code changes
server/fishtest/rundb.py Updated per-thread memory estimate from 16 to 31 in server-side memory calculation
server/fishtest/api.py Updated worker version constant from 300 to 301 to match worker changes

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Collaborator

@ppigazzini ppigazzini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good on DEV with linux/wsl2/msys2 workers, PROD update after merging, thank you @vondele

@ppigazzini ppigazzini merged commit 066396f into official-stockfish:master Oct 12, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

update code change to account external change (Stockfish, book etc.) worker update code changes requiring a worker update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants