MySQL Forums
Forum List  »  GIS

Re: Runaway memory usage on GIS bazaar branch
Posted by: Hartmut Holzgraefe
Date: November 23, 2008 05:49AM

> Is there any way of putting a hard limit on the amount of memory MySQL will use, causing the query to fail if it hits this limit?

you can use 'ulimit' to set resource limits before starting the mysql server, 'ulimit -a' will show you all available options and their current settings

> To give more detail about this: it appears as though calling the Buffer command on a set of 990 records containing polylines is the cause of the problem.

Sounds like a bug, i'd suggest you file a bug report about this on http://bugs.mysql.com/ and attach a table dump and query reproducing the problem.

--
Hartmut Holzgraefe, MySQL Regional Support Manager EMEA

Sun Microsystems GmbH, Sonnenallee 1, 85551 Kirchheim-Heimstetten
Amtsgericht Muenchen: HRB161028
Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering

Options: ReplyQuote


Subject
Views
Written By
Posted
6228
November 19, 2008 07:24PM
3210
January 12, 2009 05:23AM
Re: Runaway memory usage on GIS bazaar branch
3505
November 23, 2008 05:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.