Forum Post: RE: memory consumption appserver w/ shared mem connections vs networked

  • Thread starter Thread starter Frank Meulblok
  • Start date Start date
Status
Not open for further replies.
F

Frank Meulblok

Guest
"So the ABL client runs out of memory, when connected via shared memory that is." Part of that is expected: Any shared memory segments used by a process count towards the virtual address space limits - which for 32-bit processes is a 2gb limit. If you're using shared memory database connections, that includes the databases' buffer pools which can add up quickly.

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