Specifying 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 |
---|---|
|
A plain number, used as is. |
|
A number in kilobytes
$ p4 configure set filesys.P4TEMP.min=100K
|
|
A number in megabytes
$ p4 configure set filesys.P4ROOT.min=10M
|
|
A number in gigabytes.
$ p4 configure set filesys.P4JOURNAL.min=1G
|
|
A number in terabytes. |
|
A number as a percentage of the current space. To reserve ten
percent of the total disk space for
$ p4 configure set filesys.P4ROOT.min=10%
|