Quote:
|
Originally Posted by nittal
1) I am having db2 ESE 9.5 server on Win2003.
2) When I was doing: db2start, I get the error:
SQL1022C There is not enough memory available to process the command.
3) I failed to do anything from what was suggested as user response:
a) Change the MEMMAN NO SWAP, NO MOVE option in the CONFIG.SYS file to SWAP, MOVE. I could not find CONFIG.SYS anywhere. Can you tell me where it is located or if on windows it has a different name.
b) Remove background processes - How to do this?. First of all what all are the db2 background processes and what all can we remove.
c) Decrease the values of the configuration parameters that define allocation of memory, including udf_mem_sz if UDFs are involved in the failing statement.
This is a parameter of type db manager configuration. UDFs were not involved in the failing statement.
What all parameters define allocation of memory.
d) Install more random access memory (RAM). want to keep it as last option.
e) If a remote procedure was invoked, ensure that the remote procedure uses a local variable space that is less than or equal to 4K. Even though remote procedure was not involved, I would like to know how to accomplish this.
f) If you are using Remote Data Services, increase the Remote Data Services heap size (rsheapsz) in the server and client configuration because at least one block is used per application. This is the one that fits I think. I could not find rsheapsz in list of db and dbm cfg parameters. When can I find and set this both in client and in server.
|
Your system is obviously memory constrained. 1 GB is not enough. Ways to fixed based on the user responses:
a) config.sys is from the old DOS/early windows days. I do not know if it is used any more.
b) background process are anything that is non-DB2 and non essential for the OS. Things like email, web browsers, etc.
c) decrease the dbm config parms that deal with memory. These usually have the word heap or size in them. Read the manual on how what you do will impact the system. You can also look into using STMM.
d) You do need to increase RAM. You might as well and go for the max 4 GB.
e & f) are probably not the problem at this time.
Andy