[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Heart-stopping _mproapsv memory usage in PASOE !

  • Thread starter Thread starter gus bjorklund
  • Start date Start date
Status
Not open for further replies.
G

gus bjorklund

Guest
temp-tables do not use an unbounded amount of memory. they have a fixed-allocation in-memory buffer pool and on-disk backing store. once the temp-table page buffers have been allocated they don't grow further. record buffers and related structures are allocated in the 4GL run time but typically are relatively small. usually there are one or two per table, depedning on the 4GL code. but it sure sounds like something is wrong in your situation. maybe tech support can assist.

Continue reading...
 
Status
Not open for further replies.
Back
Top