Sets the maximum size of an Object Storage Service (OSS) object that Ganos maps into an in-memory file when calling ST_ImportFrom. The default is 100 MB; valid values range from 1 to 2048 MB.
Parameter details
| Attribute | Value |
|---|---|
| Data type | integer |
| Default value | 100 |
| Valid values | 1–2048 |
| Unit | MB |
Examples
Set the limit for the current session:
SET ganos.raster.memory_oss_file_max_size = 100;