spacer
spacer search

i-Vibe.com
developer resource & tips portal

Search
spacer
Newsflash
01/27/06: I just had some time to cleanup this website. I will add more articles for AJAX this coming weekend.
 
numbers.jpg
Main Menu
Home
Articles
Programming
Networking/Security
Data Modeling
Interface Design
Developer News
Downloads
Links
Login





Lost Password?
No account yet? Register
Related Articles
 
Home arrow Data Modeling arrow ETL DataStage arrow Disk shared memory size of 13187020 exceeds maximum allowed size of 11829248
Disk shared memory size of 13187020 exceeds maximum allowed size of 11829248 Print E-mail
  • Currently 4.4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Rating: 4.4/5 (9 votes cast)

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.

  1. Stop the server
    $DSHOME/bin/uv -admin -stop

  2. 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

  3. Edit uvconfig and put change the above for settings in your uvconfig.

  4. Regenerate the configuration change
    $DSHOME/bin/uv -admin -regen

  5. After, you should not get any error, restart DataStage
    $DSHOME/bin/uv -admin -start

 
< Prev   Next >
spacer
 
spacer