ganos.raster.max_cache_size

更新时间:
复制 MD 格式

Sets the maximum buffer size for raster data stored in the database.

Data type

Integer

Values

PropertyValue
Default100 MB
Valid range10 MB–1024 MB

Usage notes

The value is specified in MB. When you run SET ganos.raster.max_cache_size = 100, the value 100 means 100 MB.

Examples

Current session

Changes apply only to the current database session and are lost when the session ends.

SET ganos.raster.max_cache_size = 100;