Helix Core Server Administrator Guide: Fundamentals (2019.2)
Determining available disk space
To estimate how much disk space is currently occupied by specific files
in a depot, use the p4 sizes
command with a block
size corresponding to that used by your storage solution. For example,
the command:
$ p4 sizes -a -s -b 512 //depot/...
shows the sum (-s
) of all revisions (-a
) in
//depot/...
, as calculated with a block
size of 512 bytes.
//depot/... 34161 files 277439099 bytes 5429111 blocks
The data reported by p4 sizes
reflects the
disk space required when files are synced to a client workspace, but can
provide a useful estimate of server-side disk space consumption.
Your search for returned result(s).