G
gus
Guest
> On Apr 11, 2016, at 2:48 AM, Stefan Marquardt wrote: > > Running 2 databases with OE 11.5 32 bit, both with -B 115000 and blocksize 8192. you have total of 230000 database buffers of size 8192, plust the other data structure in memory and then the application and client runtime and its stuff. the shared memory is about 2 GB all by itself. If you want to know the exact size, you can look with promon at the shared memory info. Your total address space for a 32-bit process is 2 GB on Windows but you cnnot use all of it for shared memory. No way it is going to fit. You have the following choices: 0) get a 64-bit system and 64-bit OpenEdge executables and more memory 1) use TCP/IP for connecting to one or both databases. 2) reduce the -B setting until everything fits. 3) don't connect to both databases at the same time Of these, I can't say which would suit you best.
Continue reading...
Continue reading...