Home | Previous Page | Next Page   Database Reference > Configuration Parameters >

LOGSIZE

onconfig.std
value
1024
if not present
200
units
Kilobytes
range of values
Minimum = 200
Maximum = 1048576 * (pagesize/1024)

Specify the pagesize value in the PAGESIZE
configuration parameter.

takes effect
When shared memory is initialized. The size of log files added after shared memory is initialized reflects the new value, but the size of existing log files does not change.
utilities
onutil SET
See onutil: Check, Define, and Modify Storage Objects
refer to
The following topics in the IBM Informix: Administrator's Guide:

LOGSIZE specifies the size that is used when logical-log files are created. It does not change the size of existing logical-log files. The total logical-log size when the server is first initialized is LOGSIZE * LOGFILES.

To verify the page size that the database server uses on your platform, use one of the utilities listed in System Page Size.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]