Free up space on storage

0

Hello, I'm using AWS with Perforce to storage some projects. To free up some space I deleted one stream with a project in it (180GB) using the perforce oblitarate command.

After that the available space on the AWS volume is still 50GB, Is there a some kind of temporary trash to empty? I don't know where to check this informations.

Thanks for the help, Alessio

LKA
已提问 2 年前357 查看次数
1 回答
0

Hello Alessio,

Thank you for the question.

The Perforce obliterate command is the correct action to clear up disk space.

I recommend making sure you are using the command correctly.

“p4 obliterate filename” does not actually destroy the file and its metadata. It just shows you what will happen. “p4 obliterate -y filename” is the correct command to permanently delete the file and its metadata.

I also recommend using Elastic Block Store (EBS) for block storage attached to an EC2 allows you to change volume size (disk size) and volume type (disk type) dynamically.

I hope this solves your issue. I have attached a documentation with some general good practices with Perforce.

Documentation: https://aws.amazon.com/blogs/gametech/building-perforce-helix-core-on-aws-part-1/

This document is not affiliated with AWS but is a helpful resource. https://www.perforce.com/manuals/p4sag/Content/P4SAG/managing.diskspace.removing-orphans.html

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则