Contents Index -gn server option -gr server option

ASA Database Administration Guide
  The Database Server
    The database server
      Database server options

-gp server option

Function 

Set the maximum allowed database page size.

Syntax 

dbsrv9 | dbeng9 } -gp { 1024 | 2048 | 4096 | 8192 | 16384 | 32768 } ...

Applies to 

All operating systems and servers.

Description 

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.


Contents Index -gn server option -gr server option