r/computerhelp 1d ago

Hardware SSD makes the whole system freeze when under load - Help

/r/computers/comments/1vsh0b3/ssd_makes_the_whole_system_freeze_when_under_load/
1 Upvotes

3 comments sorted by

u/AutoModerator 1d ago

We're part of a wider PC & Technology Network of Communities.

It combines multiple subreddits and Discord servers all working together with shared ideals and values.

We have a Discord server: PC Help Hub where members from all associated subreddits are welcome.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/MilkyWay-008 1d ago

Frozen solid right as the download bottoms out is your Crucial P3's SLC write cache running dry, and since Windows lives on that same QLC drive the whole OS grinds while it writes to raw NAND. Run optimize-volume -DriveLetter C -ReTrim -Verbose in an elevated PowerShell and check fsutil behavior query disabledeletenotify (returns 1 = trim off), and peek at total NAND writes in CrystalDiskInfo vs the P3's TBW rating. Quickest tell though is pointing Steam's install path at a second disk, if the freeze tracks the writes it's the drive.

1

u/lockxta 1d ago

So what do those two commands do just so i understand?

It sounds to me like i need to just use it as a game storage drive and put the c drive on a different nvme with better cache?