[GH-ISSUE #274] Can dust close multi-threads run? #119

Closed
opened 2026-06-08 11:25:46 +03:00 by zhus · 2 comments
Owner

Originally created by @karhow on GitHub (Nov 7, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/274

Because my linux machine's data disk is SATA,it will lock when the path have many dirs. Can I run dust use less threads?

Originally created by @karhow on GitHub (Nov 7, 2022). Original GitHub issue: https://github.com/bootandy/dust/issues/274 Because my linux machine's data disk is SATA,it will lock when the path have many dirs. Can I run dust use less threads?
zhus closed this issue 2026-06-08 11:25:46 +03:00
Author
Owner

@bootandy commented on GitHub (Nov 9, 2022):

There used to be that option but it wasn't needed any more. We can bring it back.

<!-- gh-comment-id:1307961975 --> @bootandy commented on GitHub (Nov 9, 2022): There used to be that option but it wasn't needed any more. We can bring it back.
Author
Owner

@bootandy commented on GitHub (Jan 7, 2023):

Yes you can do this:

export RAYON_NUM_THREADS=1

I'll add a note to the source code too.

<!-- gh-comment-id:1374505890 --> @bootandy commented on GitHub (Jan 7, 2023): Yes you can do this: export RAYON_NUM_THREADS=1 I'll add a note to the source code too.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#119