HardDisk Quota — Cedar Stack (Heroku)

不问归期 提交于 2019-11-30 11:24:38
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.

When I ran df on one of my instances just now (Cedar 14), I get 304G total, 240G available. Still a lot, but less than the responder above. Just an FYI to check your specific instance.

~ $ df -h /tmp Filesystem Size Used Avail Use% Mounted on /dev/mapper/evg0-evol0 304G 49G 240G 17% /tmp

I think the total size for whole server is 620GB. you can run df -k . in free account and I got 394267100 byte.. 400mb

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!