geotaxdb memory set

Note: For instructions on installing and running the Administration Utility, see Getting Started with the Administration Utility.

The geotaxdb memory set command defines the memory size for the Spectrum Enterprise Tax databases. You must have Spectrum Enterprise Tax installed to use this command. The fields for defining minimum and maximum memory values can be empty. If a value is empty, that value will not be specified on the command line when starting the component, as if no value were explicitly defined. If no value is specified, or if a value is 0, the property will not be passed to the Command Line Interface.

Usage

geotaxdb memory set --name database_name --mn minimum_memory_size --mx maximum_memory_size
Note: To see a list of parameters, type help geotaxdb memory set.
RequiredArgumentDescription
Yes--name or --n database_nameSpecifies the name of the database resource to be added. The name must be a unique name on the server. For a list of existing routing database resources, use the ermdb list command.
No--mn or --minMem minimum_memory_sizeDefines the minimum amount of memory allocated for this database. This value must be less than or equal to the --mx setting.
No--mx or --maxMem maximum_memory_sizeDefines the maximum amount of memory allocated for this database. This value must be greater than zero, but cannot exceed 65536 MB.

Example

This example sets the database memory sizes for a database named ETM Centrus Points.

geotaxdb memory set --name ETM_CENTRUS_POINTS --mn 1200 --mx 65536