HardDisk Quota — Cedar Stack (Heroku)

后端 未结 3 1429
没有蜡笔的小新
没有蜡笔的小新 2021-01-01 20:29

I know that the maximum slug size allowed is 200 MB. But what is the maximum disk space you can use per instance? Say I\'m downloading a couple of files when the node proces

3条回答
  •  一生所求
    2021-01-01 20:52

    heroku run bash
    ~ $ df -h /tmp
    Filesystem            Size  Used Avail Use% Mounted on
    -                     620G  6.1G  583G   2% /tmp
    

    You have approximately 620Gb in the /tmp folder.
    Any other folder doesn't really matter, as they're readonly anyway.

提交回复
热议问题