Hi
Recently I've noticed that MI 6.5 (NT) appears to leak memory when
certain mapbasic routines are run. I've finally got around to having a
bit of a look at it and this i what I have found. The following program
causes my memory usage to go from
118892 to 125464
This is not released once the program has finished but is released when
MI is exitted.
The table is approx 33000 polygons
fetch first from parcel
do until EOT(parcel)
fetch next from parcel
loop
Adding in a create and insert command as follows caused twice the leak
create table myTemp (id integer)
fetch first from parcel
do until EOT(parcel)
fetch next from parcel
insert into mytemp (id) values (1)
loop
I am running MI6.5 on a Dell Precision 220 NT4.5
Is this something to do with my system or are others able to duplicate
it?
--
Mike Taylor
______________________________________________
GIS Senior Consultant mailto:[EMAIL PROTECTED]
Sinclair Knight Merz Limited http:\\www.skmconsulting.com
Level 12, Mayfair House Tel: +64 4 473 4265
54 The Terrace Fax: +64 4 473 3369
PO Box 10283,Wellington
New Zealand
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.