LARGE_FILE_LIMIT_1TB

This variable is only effective on UNIX systems; 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 (for example, HP-UX systems) that do not support full 64-bit file addressing on some file system types. Trying to use file offsets outside of the 1TB boundary will generate I/O errors, even though the large file access API is available. Therefore, for HP-UX ports, the default value of this variable is 1 (ON, true, yes).

To allow file access locks for larger files, set the variable's value to 0 (OFF).

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