Avoid MCR CACHE deletion each time an executable is launched

13 visualizaciones (últimos 30 días)
Marco Solbiati
Marco Solbiati el 4 de Dic. de 2020
Editada: Bruno Luong el 5 de Abr. de 2023
Hi Everyone,
I have two Matlab scripts (Init.m and Filter.m) compiled using the Matlab application compiler in Windows (Init.exe and Filter.exe are created). I have seen that if I launch the Init.exe, a folder is created in the MCR_CACHE folder containing all the necessary files to run Init.exe. If I launch Init.exe again the time to execute it reduces dramatically since its folder in MCR_CACHE folder has already been created. Now, if I launch the Filter.exe, the folder of the Init.exe in the MCR_CACHE is deleted and a folder for the Filter.exe in the MCR_CACHE is created. How can I avoid the deletion of the Init.exe folder in the MCR_CACHE? This way if I launched Init.exe after having launched the Filter.exe, the Init.exe execution would be much faster.

Respuestas (1)

Bruno Luong
Bruno Luong el 4 de Dic. de 2020
"Now, if I launch the Filter.exe, the folder of the Init.exe in the MCR_CACHE is deleted and a folder for the Filter.exe in the MCR_CACHE is created"
How can you do that? MCR cache are stored by application and they should not delete the others (unless your cach run out of space)
In windows, it locate somewhere here:
C:\Users\XXX\AppData\Local\Temp\XXX\mcrCachea.b\Filter_yyy
C:\Users\XXX\AppData\Local\Temp\XXX\mcrCachea.b\Init_zzz
From my experience, there is no reason they delete each other.
  3 comentarios
MetierSI
MetierSI el 4 de Abr. de 2023
I have exactly the same problem. How did you resolve it ?
Bruno Luong
Bruno Luong el 5 de Abr. de 2023
Editada: Bruno Luong el 5 de Abr. de 2023
@MetierSI try to move MCR cache root folder to a place where OS does not clean automatically

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by