Search found 4 matches

by ohnomatron
Fri Apr 18, 2014 8:29 pm
Forum: Technical Support
Topic: optimise for 1000's of read/write to 50kb files
Replies: 4
Views: 4897

Re: optimise for 1000's of read/write to 50kb files

thanks for taking the time to say all that. I did both in the end, ramdisk for the main files and cache for c drive.
by ohnomatron
Fri Mar 28, 2014 4:58 pm
Forum: Technical Support
Topic: optimise for 1000's of read/write to 50kb files
Replies: 4
Views: 4897

optimise for 1000's of read/write to 50kb files

guys what would be the best configuration to optimise the read and write of 1000's of 50kb html files?
i have a programe that updates them as a batch. I have 20 gigs spare ram capacity and a spare 64 gig ssd, although the files already reside on an ssd.
by ohnomatron
Fri Feb 28, 2014 10:12 pm
Forum: Technical Support
Topic: defer write for how long
Replies: 3
Views: 8543

defer write for how long

how do i determine the optimal defer write time for a cdrive and a seperate ssd that houses my documents?
i currently have it at the default 10 seconds. Is that optimal?
by ohnomatron
Mon Feb 17, 2014 11:34 am
Forum: Technical Support
Topic: trying to understand l1 with l2
Replies: 1
Views: 2392

trying to understand l1 with l2

trying to get my head round how l1 and l2 work. I understand l1 uses ram and l2 uses disk. What i dont get is how and when to use them together and separately. I assume that if im using l1 for an ssd then l2 cache is pointless since it wont be any quicker than the ssd? I understand if im trying to c...