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

2.3.0 giga36 fatal ERROR #314

Open
Ferz0id opened this issue May 6, 2024 · 5 comments
Open

2.3.0 giga36 fatal ERROR #314

Ferz0id opened this issue May 6, 2024 · 5 comments

Comments

@Ferz0id
Copy link

Ferz0id commented May 6, 2024

2024-05-06T13:46:29.704 full_node chia.server.start_service: ERROR fatal uncaught exception: ValueError: max_workers must be <= 61
Traceback (most recent call last):
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\chia\util\log_exceptions.py", line 20, in log_exceptions
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\chia\server\start_service.py", line 323, in async_run
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\asyncio\runners.py", line 190, in run
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\asyncio\runners.py", line 118, in run
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\asyncio\base_events.py", line 653, in run_until_complete
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\chia_full_node.py", line 85, in async_main
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\chia\server\start_service.py", line 197, in run
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\contextlib.py", line 204, in aenter
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\chia\server\start_service.py", line 214, in manage
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\contextlib.py", line 638, in enter_async_context
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\contextlib.py", line 204, in aenter
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\chia\full_node\full_node.py", line 266, in manage
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\chia\consensus\blockchain.py", line 146, in create
File "D:\soft\Crypto\Mining\Chia\chia-gigahorse-farmer\concurrent\futures\process.py", line 666, in init
ValueError: max_workers must be <= 61

Windows 11
2.3.0.giga36 Gigahorse 3.0 Node / Farmer

@madMAx43v3r
Copy link
Owner

Maybe some invalid value in config.yaml ?

@Ferz0id
Copy link
Author

Ferz0id commented May 31, 2024

I tried it with the just-generated config and it's still the same, I have to use the old version (2.2.1). My system has two 64-core processors then mayby it's a bug point (max_workers must be <= 61)

@madMAx43v3r
Copy link
Owner

Yup it's a python limitation on windows. I'll limit it to 32 threads in next version, if Chia doesn't fix it themselves.

@madMAx43v3r
Copy link
Owner

madMAx43v3r commented May 31, 2024

They fixed it already: Chia-Network/chia-blockchain#17958

Just need to wait for next version.

@madMAx43v3r
Copy link
Owner

Actually you can set full_node/reserved_cores to 96 in your case to fix it in current version.

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