Any way to set up L1 on disk instead of RAM?
Posted: Fri Feb 26, 2016 9:02 am
Hi guys!
I'm interested on having L1 cache on disk instead of RAM, because I have seen L1 cache writes back data at a slower rate than direct ones.
My data storage is a slow RAID6, and when writing big ammounts of data, IO reads experiment a very high latency. The only way I found to increase read speed when writing is using L1 cache, but RAM is not big enough to mitigate this efect. L2 cache is not working in write back mode (why?), so it is'nt useful for me.
I tried this .swdsk configuration with v8.0.8730 with no luck:
[...]
<caching>
<cache type="write-back" size="20" units="GB" level="1">
<storage_ref id="1"/>
</cache>
</caching>
[...]
<storage id="1" name="My Computer\C\CACHE\CACHE.img" type="file">
<interval size="20" units="GB"/>
</storage>
<storage id="2" name="My Computer\S\TEST\TEST.img" type="file">
<interval size="5" units="TB"/>
</storage>
[...]
Any suggestions are welcome!
I'm interested on having L1 cache on disk instead of RAM, because I have seen L1 cache writes back data at a slower rate than direct ones.
My data storage is a slow RAID6, and when writing big ammounts of data, IO reads experiment a very high latency. The only way I found to increase read speed when writing is using L1 cache, but RAM is not big enough to mitigate this efect. L2 cache is not working in write back mode (why?), so it is'nt useful for me.
I tried this .swdsk configuration with v8.0.8730 with no luck:
[...]
<caching>
<cache type="write-back" size="20" units="GB" level="1">
<storage_ref id="1"/>
</cache>
</caching>
[...]
<storage id="1" name="My Computer\C\CACHE\CACHE.img" type="file">
<interval size="20" units="GB"/>
</storage>
<storage id="2" name="My Computer\S\TEST\TEST.img" type="file">
<interval size="5" units="TB"/>
</storage>
[...]
Any suggestions are welcome!