LoginSignup
1
0

More than 3 years have passed since last update.

デバッグメモ:SageMakerでNo space left on device問題

Posted at

障害概要

SageMakerのノートブックインスタンス上でimport文を実行すると、失敗する。

発生原因

エラーメッセージを見ると、No space left on deviceという文字がある。
df -fを実行したところ確かに使用しているファイルシステムの利用率が100%だった。

対応内容

削除しても問題なさそうなファイルを消しても、400kbしか容量を確保できなかった。
なので、notbookインスタンスのボリュームサイズを5GBから15GBに変更する。

メモ

参考リンク

No space left on deviceについて
https://tackeyy.com/blog/posts/process-of-solving-disc-full-on-ubuntu-server

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0