[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: DB Crash: Out of free shared memory. Use -Mxs to increase

  • Thread starter Thread starter George Potemkin
  • Start date Start date
Status
Not open for further replies.
G

George Potemkin

Guest
Yes, it's an expected behaviour? May be the absence of the "Lock table overflow" errors should be treated as a bug. > Should i just increase -L to a very large number? Yes. Or use the smaller transactions. The point of no return: the number of records deleted in one transaction is equal to the number of free entries in Lock Table. Then you only two choices: to commit a transaction or to crash a database.

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