The default load address for a dynamic link library (DLL) on Windows is 0x10000000. Dynamic Server uses a default shared-memory base address (SHMBASE) of 0x0C000000. Therefore, shared memory in the database server can grow up to 0x10000000, which corresponds to an additional 64 megabytes.
If shared memory at startup is more than or close to 64 megabytes, a clash of addresses is possible. In this case, set the SHMBASE parameter in the ONCONFIG file to a higher value; for example 0x20000000. To find the shared-memory size, run onstat -g seg and view the total memory.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]