Changes between Initial Version and Version 1 of Ticket #3433


Ignore:
Timestamp:
Sep 24, 2015, 10:31:34 AM (9 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3433 – Description

    initial v1  
    88After that the files are loaded into the HDD cache and this process only takes milliseconds.
    99
     10'''Reproduce:'''
     11On linux you can drop the HDD cache by executing:
     12{{{
     13echo 3 | sudo tee /proc/sys/vm/drop_caches
     14}}}
     15
    1016'''Solution:'''
    1117The correct solution to address this disk I/O problem is to have a '''custom cache file'''. This way files will be read only once, ever. (Immediately after the game or when opening the menu and finding new files).