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"?});
Note: See
TracTickets for help on using
tickets.
This is due to you has using default value of GlobalizeSeries = 1
Setting GlobalizeSeries = 0 problem is solved