Specify values for filesys configurables

In specifying filesys.*.min values (such as filesys.P4JOURNAL.min), you can specify an absolute number or a percentage indicating a portion of the current space:

Format Meaning

nnn

A plain number, used as is.

nnnK

A number in kilobytes

$ p4 configure set filesys.P4TEMP.min=100K

nnnM

A number in megabytes

$ p4 configure set filesys.P4ROOT.min=10M

nnnG

A number in gigabytes.

$ p4 configure set filesys.P4JOURNAL.min=1G

nnnT

A number in terabytes.

nnn%

A number as a percentage of the current space.

To reserve ten percent of the total disk space for P4ROOT:

$ p4 configure set filesys.P4ROOT.min=10%