Mike wrote:
> Is there a way to configure linux to use more then 128 MB swap space in one
> partition ?
> so instead of 10 partitions of 128MB i will have one of 1GB.
Before you do this, I want to make sure you understand the implications
of a gigabyte of swap space. Unlike SunOS which needs one byte of swap
space for each byte of real memory, Linux ONLY uses swap space when
there is no more real memory to hold the working sets of every task.
Having a gigabyte of swap space means that you will IMHO either have
most of it wasted or thrash yourself to death (i.e. spend all of your
cpu and I/O paging).
Geoff.
--
Geoffrey S. Mendelson
Tel: (03) 6944-211 Fax: (03) 6944-225 Email: [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]