LoginSignup
0
0

RAM容量の足りないマシンで大量のデータを処理しようとして/tmpが一杯になった時の対処法

Posted at

RAM容量の足りないマシンで大量のデータを処理しようとして/tmpが一杯になった時の対処法。
/tmpを外部ストレージに移す。

/etc/fstabに、

LABEL=OtherDisk /tmp ext4 defaults 0 0

と書く。
普通、/tmpはRAM上に取られるので、こうすると遅いが、とにかく大量のデータを処理しなければならないときに使える方法である。

0
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
0
0