globalgeocodedb memory set
Note: For instructions on installing and running the Administration Utility, see Getting Started with the Administration Utility.
The globalgeocodedb memory set command defines the memory size for Spectrum Global Geocoding databases. You must have Spectrum Global Geocoding 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
globalgeocodedb memory set --name database_name --mn minimum_memory_size --mx maximum_memory_sizeNote: To see a list of parameters, type help globalgeocodedb memory
set.
Required | Argument | Description |
---|---|---|
Yes | --name or --n database_name | Specifies 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_size | Defines 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_size | Defines 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 minimum and maximum database memory sizes for the TomTomUSA database.
globalgeocodedb memory set --n TomTomUSA --mn 1200 --mx 65536