Home
last modified time | relevance | path

Searched refs:SWAP_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c44 #define SWAP_SIZE(available) MIN(available/20, 4*1024*1024*1024LL) macro
386 swapsize = SWAP_SIZE(available); in wizard_makeparts()