Files
doc-exports/docs/modelarts/umn/modelarts_05_0080.html
Lai, Weijian 6aa966a79a ModelArts UMN 24.3.0 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lai, Weijian <laiweijian4@huawei.com>
Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
2024-11-02 09:04:52 +00:00

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.