Open markkuriekkinen opened 2 years ago
The build directory is to be changed to be on a local disk. The necessary changes have been done but is yet to be deployed on production. The directory is emptied whenever the pod stops, and the files need to be cloned from git after a restart. Recloning the whole git repo is still faster on some courses when using the local disk as opposed to doing the buildi on a NFS disk.
NFS (network file system) is slow for writing hundreds of files
Experiment with RAM filesystem in the Kubernetes mounted volumes