ASA Database Administration Guide
The Database Server
The database server
Database server options
Set the maximum allowed database page size.
{ dbsrv9 | dbeng9 } -gp { 1024 | 2048 | 4096 | 8192 | 16384 | 32768 } ...
All operating systems and servers.
Database files with a page size larger than the page size of the server cannot be loaded. This option explicitly sets the page size of the server, in bytes.
If you do not use this option, then the page size of the first database on the command line is used.
The minimum page size on all UNIX platforms is 2048 bytes. You can still use databases with smaller page sizes, but cache memory is used very inefficiently. If you do not use this option and start a server with no databases loaded, the default value is 2048.
On all other platforms, if you do not use this option and start a server with no databases loaded, the default value is 1024.