Mailinglist Archive: opensuse-autoinstall (36 mails)
| < Previous | Next > |
[opensuse-autoinstall] Explanation for swap_size limit of 2048?
- From: "Harry Hart" <Harry_Hart@xxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 10:46:12 -0700
- Message-id: <B0A8733802C6734D8A381E094130542A022DF277@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Hello -
I have a question concerning the automatic partitioning in AutoYast.
I've noticed that the calculated size for the swap partition is limited
to 2048 (MB), as shown in the following snippet:
/usr/share/YaST2/modules/Partitions.ycp Line 322 (SLES 10)
if( swap_size > 2048 )
swap_size = 2048;
I'd like to understand the rationale behind this limitation - does it
still make sense when the total memory size is, say 16 GB?
Thanks for your help!
- Harry
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
I have a question concerning the automatic partitioning in AutoYast.
I've noticed that the calculated size for the swap partition is limited
to 2048 (MB), as shown in the following snippet:
/usr/share/YaST2/modules/Partitions.ycp Line 322 (SLES 10)
if( swap_size > 2048 )
swap_size = 2048;
I'd like to understand the rationale behind this limitation - does it
still make sense when the total memory size is, say 16 GB?
Thanks for your help!
- Harry
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |