Howto:Config size Limitations: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 4: | Line 4: | ||
| There are various global restrictions in the config size: | There are various global restrictions in the config size: | ||
| * the total size of  | * the total size of "config change" commands must not exceed 29kB | ||
| * the total line length  | * the total line length must not exceed 20kB (for v11r2 and earlier versions the limit is 8kB) | ||
| * the number of words on a config line  | * the number of whitespace separated strings (words) on a config line must not exceed 1024 | ||
| There are some special restrictions in the config size: | There are some special restrictions in the config size: | ||
| Line 12: | Line 12: | ||
| * No more than 6 Hardware IDs on a PBX Object are possible. | * No more than 6 Hardware IDs on a PBX Object are possible. | ||
| So if there is a problem, you can try to use shorter aliases, leave out  | So if there is a problem, you can try to use shorter aliases, leave out redundant informations. Nevertheless, it is ugly. | ||
| Online Calculator of bytes on String - https://mothereff.in/byte-counter | Online Calculator of bytes on String - https://mothereff.in/byte-counter | ||
Revision as of 09:12, 26 February 2018
Limitations
There are various global restrictions in the config size:
- the total size of "config change" commands must not exceed 29kB
- the total line length must not exceed 20kB (for v11r2 and earlier versions the limit is 8kB)
- the number of whitespace separated strings (words) on a config line must not exceed 1024
There are some special restrictions in the config size:
- No more than 32 alias entries are allowed on one Gatekeeper/Registrar interface.
- No more than 6 Hardware IDs on a PBX Object are possible.
So if there is a problem, you can try to use shorter aliases, leave out redundant informations. Nevertheless, it is ugly.
Online Calculator of bytes on String - https://mothereff.in/byte-counter