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?
Regards, Jedy