Specify the maximum file size (in 4KB increments) that a process can create. It also specifies the limit when they are initiated by a daemon process using an exec() after a setuid(). In the POSIX standard, this is the RLIMIT_FSIZE soft and hard resource values that a process receives when it is identified as a process.
Default: NOLIMIT
Range: A decimal value from a minimum of 0 to a maximum of greater than 2147483647 (2 gigabytes) in 4 kilobyte increments. If MAXFILESIZE is not specified or MAXFILESIZE(NOLIMIT) is specified, there will be no limit to the size of the files created, except for the architectural limit of the system. Omitting this statement indicates an unlimited file size.
If you specify 0, the process does not create any files.