Skip to content

Conversation

@GrocerPublishAgent
Copy link

Ran into a scenario on shared hosting where isolation is only by Linux user. Process sees all 64 CPUs but you shouldn't actually use them all since other users share the same server.

Added -j/--jobs flag to set number of parallel jobs during import. Still uses num_cpus::get() if flag not provided to maintain existing behavior. Use lower value on shared infrastructure to avoid impacting other users.

Ran into a scenario on shared hosting where isolation is only by Linux user.
Process sees all 64 CPUs but you shouldn't actually use them all since other
users share the same server.

Added `-j/--jobs` flag to set number of parallel jobs during import.
Still uses num_cpus::get() if flag not provided to maintain existing
behavior. Use lower value on shared infrastructure to avoid impacting
other users.
@n0bot n0bot bot added this to iroh Nov 11, 2025
@github-project-automation github-project-automation bot moved this to 🏗 In progress in iroh Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🏗 In progress

Development

Successfully merging this pull request may close these issues.

1 participant