close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Closed 17 years ago

#344 closed defect (fixed)

Tol is unable to free memory

Reported by: asalafranca Owned by: danirus
Priority: high Milestone:
Component: Various Version: head
Severity: blocker Keywords:
Cc:

Description

Avery time i kill an object created with a DB function Tol appears not to free any
memory.

Try:

Set s = SqlDBTable("Select * from "+TEstimationSeries,"");

and :

Set s2 = For(1,20000, Set (Real j) { Copy(j), "sd"?});

Change History (1)

comment:1 Changed 17 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

This is due to you has using default value of GlobalizeSeries = 1
Setting GlobalizeSeries = 0 problem is solved

Note: See TracTickets for help on using tickets.