SSD space disappearing without being freed #4905
Unanswered
zEdS15B3GCwq
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Brief version:
The SSD I use as temp drive (
-t
) runs out of space all the time, despite having more than ample capacity for the number of processes using it. When I runchkdsk
on it (just checking, NOT fixing), a lot of free space comes back. This isn't about TRIMming, though, becausedefrag /L
(ordefrag /O
) doesn't have any effect. This may or may not have to do with Chia, but might be useful for others with a similar problem.Details:
My setup:
-t
) drive is an NVMe SSD with 960 GB available-t
) drive is another NVMe SSD with 450 GB availableParameters I used for the farming processes:
What' happening:
The available free space on the temp1 drive just goes down and down, 100+ GBs disappearing in an hour. Eventually, the farming processes run out of space. 3 farmers should not need more than 960 GB, especially when the
-2
temp location is on another drive.There are no leftover files; it's not like the recycling bin is keeping them. Even when all farming processes are stopped and their files deleted, the drive's total capacity seems to have shrunk. Somehow, the free space is not being restored. Interestingly, a simply
chkdsk
is enough to get the GBs back, but I have not enough knowledge to say why it works.How to fix:
Regularly invoke
chkdsk d:
for the temp drive (assuming temp1 drive is d:) - no need /K switchWhat doesn't work:
defrag /O
ordefrag /L
that does TRIMming on WindowsWhy I'm posting this
Beta Was this translation helpful? Give feedback.
All reactions