[postgis-devel] [PostGIS] #1327: [raster] ST_AsRaster invalid memory alloc request size
PostGIS
trac at osgeo.org
Tue Dec 6 07:37:22 PST 2011
#1327: [raster] ST_AsRaster invalid memory alloc request size
----------------------------+-----------------------------------------------
Reporter: robe | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by dustymugs):
I don't know what I can say about this one. The memory alloc error is
from GDAL being unable to allocate a little more than 1GB of memory. I'll
have to see what the dimensions are on the raster being created.
The rasterization code under-the-hood makes use of the GDAL MEM driver and
runs purely in memory. It's possible to have the code use some temp space
on the hard drive but that itself has other problems.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1327#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list