You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the same situation than described on #XXX with modulepath containing 10 thousands of modulefiles, which produces a cache file of about 7MB.
It may be interesting to see if compressing the content of every files saved in the cache file could help. It could reduce the size of the overall cache file but requires to uncompress data when needing to read modulefile.
An option could be added to configure if modulefile and modulerc content should be compressed when saved to cache to improve cache efficiency.
Prior implementing such option, it should be validated that compressing content is benefical.