[PostGIS] #5955: ST_GetFaceGeometry eats our ram
PostGIS
trac at osgeo.org
Wed Aug 13 13:05:34 PDT 2025
#5955: ST_GetFaceGeometry eats our ram
-----------------------+---------------------------
Reporter: latot | Owner: strk
Type: defect | Status: new
Priority: high | Milestone: PostGIS 3.5.4
Component: topology | Version: 3.5.x
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by latot):
For the record, testing with lnicola we found two memory issues:
Each time we run ST_GetFaceGeometry the memory increases even if we load
the same geometry.
In each Query or DO the memory is not free after finish or cancel.
So the idea is the memory of ST_GetFaceGeometry be free after the geometry
is sent and when the Query finish/stops clean the memory.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5955#comment:5>
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-tickets
mailing list