forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lai, Weijian <laiweijian4@huawei.com> Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
1.0 KiB
1.0 KiB
Do Files in /cache Still Exist After a Notebook Instance is Stopped or Restarted? How Do I Avoid a Restart?
Temporary files are stored in the /cache directory and will not be saved after the notebook instance is stopped or restarted. Data stored in the /home/ma-user/work directory will be retained after the notebook instance is stopped or restarted.
To avoid a restart, do not train heavy-load jobs that consume large amounts of CPU, GPU, or memory resources in the development environment.
Parent topic: Data Storage