|
Disk shared memory size of 13187020 exceeds maximum allowed size of 11829248 |
|
|
|
Written by Roceller Alvarez
|
|
Tuesday, 26 September 2006 |
|
If you changed your uvconfig values, for example the T30FILE, you would need to do uvregen. But you will probably get an error saying...
Disk shared memory size of 13187020 exceeds maximum allowed size of 11829248
This is because, the shared memory settings DMEMOFF also needs to be adjusted. But what is the right value?
To get the right value, do the following. Remember, you have to put your changes on your uvconfig file first.
- Stop the server
$DSHOME/bin/uv -admin -stop
- Execute the following to get the DMEMOFF recommended vsalue
$DSHOME/bin/shmtest -f $DSHOME/uvconfig
You will get something like this: Recommended attach values Dmemoff = 0xf7838000 Pmemoff = 0xf7ed8000 Cmemoff = 0xf7edc000 Nmemoff = 0xfde3c000
- Edit uvconfig and put change the above for settings in your uvconfig.
- Regenerate the configuration change
$DSHOME/bin/uv -admin -regen
- After, you should not get any error, restart DataStage
$DSHOME/bin/uv -admin -start
|