13 Mar
2013
13 Mar
'13
16:27
https://bugzilla.novell.com/show_bug.cgi?id=809190 https://bugzilla.novell.com/show_bug.cgi?id=809190#c2 --- Comment #2 from Joschi Brauchle <joschibrauchle@gmx.de> 2013-03-13 16:27:41 UTC --- Ok, maybe I get this wrong, but in https://github.com/yast/yast-storage/blob/master/storage/src/modules/Partiti... there is a limitation for the swap size to at most 2048 MB?!? Line 409 and cont: -------------- if( swap_size > 2048 ) { swap_size = 2048; } if( swap_size < 0 ) { swap_size = 0; } -------------- Why is that? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.