Search found 20 matches
- Sun Jul 27, 2014 5:24 pm
- Forum: Technical Support
- Topic: Primocache stops writing to L2 after a while
- Replies: 25
- Views: 24630
Re: Primocache stops writing to L2 after a while
So what about my old rig and its PATA bus? My PrimoCache target is my "Operating System and Applications" partition and I use a registred version without problem with the filling of L2 wich is on a PATA SSD partition... Clearly it needs to be a selectable option. L2 Write Behaviour Idle (...
- Wed Jul 31, 2013 3:30 pm
- Forum: Technical Support
- Topic: USB flash valid option for L2?
- Replies: 2
- Views: 5440
Re: USB flash valid option for L2?
I don't know for certain for L2, but it does for deferred writes, so I don't see why it wouldn't for L2. It makes a world of difference on those old netbooks with 16GB flash SSDs. (avg 10-20MB/sec - slower than a USB flashdrive.)
Try it and report back with your findings?
Try it and report back with your findings?
- Tue Dec 27, 2011 12:13 pm
- Forum: Technical Support
- Topic: Help--F.C. sees ''0'' invisible memory
- Replies: 6
- Views: 7505
Re: Help--F.C. sees ''0'' invisible memory
How do I get F.C. to see ANY invisible memory in my computer?!? The computer has 8GB of RAM (per sys info), but F.C. says: OS Invisible Memory - Free / Total (MB): 0 <-------------------------------------------- OS Managed Memory - Free / Total (MB): 1632 /3327 I believe that issue was introduced i...
- Tue Jul 26, 2011 8:31 am
- Forum: Technical Support
- Topic: Google Chrome issue
- Replies: 2
- Views: 3316
Re: Google Chrome issue
What size cache are you using, and what amount of RAM?
I've been using it on XP SP3 for a while now - no issues, until I run out of RAM. (which isn't an issue because of how much I have)
I've been using it on XP SP3 for a while now - no issues, until I run out of RAM. (which isn't an issue because of how much I have)
- Sun Jul 24, 2011 9:21 am
- Forum: Technical Support
- Topic: Fancycache doesn't load from cache
- Replies: 1
- Views: 3112
Re: Fancycache doesn't load from cache
No reading from disk is required because the data is still in memory. Windows clears the memory later on if it needs it for something else. That's why even without FancyCache, restarting a program is very fast.
This is handy for cmdline tools and stuff that may be invoked over and over in a script.
This is handy for cmdline tools and stuff that may be invoked over and over in a script.
- Fri Jul 08, 2011 12:01 pm
- Forum: Bug Report and Suggestion
- Topic: Windows Experience Index hard disk assessment error
- Replies: 4
- Views: 8122
Re: Windows Experience Index hard disk assessment error
I doubt there's an easy way to fix it. WEI is a horribly coded benchmark. It's probably picking up the insane sequential / 4k speeds and figures the results are inaccurate.
- Fri Jul 01, 2011 1:19 am
- Forum: Technical Support
- Topic: Compression on L2 cache?
- Replies: 8
- Views: 7437
Re: Compression on L2 cache?
NTFS compression requires an NTFS partition that journals data = more wear to SSD also the MTF wastes quite a bit of space That can't be true. fsutil usn queryjournal reports that journaling is off for my drives, yet I'm definitely using NTFS compression. (How else would I fit 600GB of Steam games ...
- Sun Jun 19, 2011 10:59 pm
- Forum: Bug Report and Suggestion
- Topic: Lazy write to disk
- Replies: 6
- Views: 9745
Re: Lazy write to disk
Some older SSDs choke if you hit them with more than one request. Perfect example - the old JMF602 and JMF602 B controllers (with 2KiB and 4KiB of cache) would often lock up if they had to process more than one request. 1 request = 1ms, 2 requests = 700-3000ms. 3 requests = oh my god kill me now. No...
- Sun Jun 12, 2011 11:06 am
- Forum: Technical Support
- Topic: SSD RAID0 FC > TRIM?
- Replies: 3
- Views: 4451
Re: SSD RAID0 FC > TRIM?
If you turn on write cache with a high write latency, that'll certainly help SSD lifespan.. It'll catch many repeat writes and store them up, then only commit once. It may also allow the OS to store up a bunch of smaller writes and deliver them to the SSD in a more sequential fashion. Actually, that...
- Sat Jun 11, 2011 11:52 pm
- Forum: Technical Support
- Topic: SSD RAID0 FC > TRIM?
- Replies: 3
- Views: 4451
Re: SSD RAID0 FC > TRIM?
Have you looked into Link Shell ? 1) Just pick a folder on SSD1, then move it to SSD2. (C:/Programs/Steam/SteamApps/Common/GameName to D:/Games/GameName, for example) 2) Right-click the folder and choose Pick Link Source. 3) Go back to the original location. 4) Right-click in a blank spot, then choo...