Re: 2.4 kernel and threads

2001-01-11 Thread Scott Murray
On Thu, 11 Jan 2001, Joseph Shraibman wrote: > Scott Murray wrote: > > > > Nowadays the buffers are purely used for buffering access to the block > > devices (e.g. disks). Pretty much everything else is now cached in the > > page cache. > > That still doesn't answer my question. If everything i

Re: 2.4 kernel and threads

2001-01-11 Thread Joseph Shraibman
Scott Murray wrote: > > On Wed, 10 Jan 2001, Joseph Shraibman wrote: > > > On a related note, what is the difference between "buffered" and > > "cached" memory? I've noticed that with 2.4.0 there is barely any > > buffered. > > Nowadays the buffers are purely used for buffering access to the b

Re: 2.4 kernel and threads

2001-01-11 Thread Scott Murray
On Wed, 10 Jan 2001, Joseph Shraibman wrote: > On a related note, what is the difference between "buffered" and > "cached" memory? I've noticed that with 2.4.0 there is barely any > buffered. Nowadays the buffers are purely used for buffering access to the block devices (e.g. disks). Pretty mu

RE: 2.4 kernel and threads

2001-01-11 Thread KIRKBRIDE Rob
17:41 > To: scott murray; KIRKBRIDE Rob ([EMAIL PROTECTED]) > Cc: [EMAIL PROTECTED] > Subject: Re: 2.4 kernel and threads > > > > On a related note, what is the difference between "buffered" and > "cached" memory? I've noticed that with 2.4.0 there is b

Re: 2.4 kernel and threads

2001-01-04 Thread Scott Murray
On Thu, 4 Jan 2001, Joseph Shraibman wrote: > >From README.linux to the 1.2.2 distrib: > * If you get OutOfMemory errors when you try create more than xxx > threads you'll have to increase the number of tasks supported by > kernel (the default is 256 per user). Change NR_TASKS in > /usr/src

2.4 kernel and threads

2001-01-04 Thread Joseph Shraibman
>From README.linux to the 1.2.2 distrib: * If you get OutOfMemory errors when you try create more than xxx threads you'll have to increase the number of tasks supported by kernel (the default is 256 per user). Change NR_TASKS in /usr/src/linux/include/linux/tasks.h and recompile the kernel,