Bytes

Some settings use human readable byte sizes. Here is a table of the byte sizes and their human readable counterparts.

UnitBytes
b1 byte
kb1024 bytes
mb1024 * 1024 bytes
gb1024 * 1024 * 1024 bytes
tb1024 * 1024 * 1024 * 1024 bytes
pb1024 * 1024 * 1024 * 1024 * 1024 bytes

Example

  • 1gb will resolve to 1073741824 bytes
  • 1tb will resolve to 1099511627776 bytes
  • 1 will resolve to 1 byte
  • 1kb will resolve to 1024 bytes
  • you can use these values in any setting field that requires a byte size


Last updated: 2/7/2025
Edit this page on GitHub