On 03/ 3/10 03:49 AM, Jedy Wang wrote: > Hi all, > > Some of QEs encountered "not enough space" problem when they were > testing some Java applications on some old sparc workstations which has > only 1G memory. It seems in this case the swap size will be set to 512M > (half of the main memory size) but 512M is not enough if you want to run > java applications on these old workstations. I wonder what is the > minimal swap size the installer will use. Is it 512M? If so, is it too > small? >
Yes, in general 512 MB is the minimum. Adding swap space in ZFS should be simple, though; just increase the size of the swap zvol. Dave
