set farming-thread-pool-size for farmer #338
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
enhancement
Description
--farming-thread-pool-size
with a value of "4" to the farmer node configuration in both the shell script and the Docker Compose file.--farm-during-initial-plotting
and--plotting-thread-pool-size
from the Docker Compose file.Changes walkthrough 📝
create_farmer_node_compose_file.sh
Add farming thread pool size parameter to farmer node
templates/scripts/create_farmer_node_compose_file.sh
--farming-thread-pool-size
parameter with a value of "4".docker-compose-farmer.yml
Update farmer node configuration with new thread pool size
ansible/network/files/docker-compose-farmer.yml
--farming-thread-pool-size
parameter with a value of "4".--farm-during-initial-plotting
and--plotting-thread-pool-size
parameters.