Re: Core file size?

2006-12-01 Thread linux err
struct file *file, loff_t off) { if (file->f_op->llseek) { if (file->f_op->llseek(file, off, 0) != off) -- --- Jesper Juhl <[EMAIL PROTECTED]> wrote: > On 30/11/06, linux err <[EMAIL PROTECTED]> wrote: > > Does anyone know what determines the size of

Core file size?

2006-11-29 Thread linux err
Does anyone know what determines the size of a core dump? I have a process running out of memory (it allocates about 3GB) - but the size of core varies (between 2-3GB) depending on how much the process wrote on the allocated memory. Also, the time it takes to write the core (same size) varies?? I