Open yasharz opened 10 months ago
The toolbox cache is taking forever to load. @gdevenyi maybe we set toolboxCacheEnabled to false?
The toolbox cache is taking forever to load. @gdevenyi maybe we set toolboxCacheEnabled to false?
This is the opposite of what we want. That would result in matlab traversing the entire toolbox directory every time.
Things of note
Jan 12 14:45
however the matlab install hasn't changed and so this file shouldn't update. (ref https://www.mathworks.com/help/matlab/matlab_env/toolbox-path-caching-in-the-matlab-program.html)@yasharz Two options
Either way, we should redirect MATLAB logging to tmp
export MATLAB_LOG_DIR="$XDG_CACHE_HOME/matlab"
It takes a long time for MATLAB to start
here are the details from matlab -timing:
Please let me know if you need more information from my side.