Hi,
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?
There was a time when swap partitions were limited to a size of 2GB. Nowadays this limit is gone, but using more than 2G of swap makes only sense in certain rare cases, therefore the maximal Swap size configured by YaST2 ist still limited to 2G. Of course if someone knows he needs more than that for his special system requirements, he can create a larger swap partition and YaST2 can reues this larger swap partition on succeeding installation attempts on the same disk. ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org