TimesTen Error Messages

TT-00840

Cannot allocate space (number bytes) for non-shared database


Additional Information

Unable to allocate memory for the database header of a non-sharable database during a database creation or database connection operation. Not enough available swap space or physical memory. On Sun and IBM systems the data space limit may be increased with the command

/usr/bin/ulimit -d *n*

This command is built in some shells, in which case the shell may take precedence.

For csh and tcsh:

limit datasize *n* 

For bash:

ulimit -d *n* 

For ksh, zsh and posix shells (sh or sh-posix):

ulimit -d* n* 
# this is kbytes

Bourne shells (sh or sh-bourne) have no built-in but may fall back on /usr/bin/ulimit.