LARGE_FILE_LIMIT_1TB

This variable is only effective on UNIX systems when the USE_LARGE_FILE_API variable is also enabled. Otherwise it has no effect.

This configuration variable limits the file access locks that Vision places at the end of the file address space to be placed within the 1TB boundary. This is necessary on some systems such as HP-UX that do not support full 64-bit file addressing on some file system types. Trying to use file offsets larger than that generate I/O errors even though the large file access API is available.

This variable's value is 0 by default. Set it to 1 (on, true, yes) to enable the alternate behavior. This is the default setting for HP-UX ports only.

If both this configuration variable and the LARGE_FILE_LIMIT_2TB configuration variable are set, this variable takes precedence.