I changed the following:
- added nozswap to the bootline
- added swapfile=sda1 (after i created a file /mnt/sda1/tc.swp - had to do it by hand, the control panel didn't do it)
Now, the java-installer went a bit further. It still failed, but i didn't get anymore a compromised ram. So i could look into /tmp/java-installer.log:
sed: /usr/local/share/applications/sun-javaws.desktop: No such file or directory
cp: error writing '/usr/local/src/java/jdk8/usr/local/java/./jre/lib/i386/libprism_common.so': Auf dem Gerät ist kein Speicherplatz mehr verfügbar
(There are still many other rows like the second, referring to other files but with the same error msg: No space available on the device).
Now, that's what i do not understand:
free -m says:
tc@box:~$ free -m
total used free shared buffers cached
Mem: 999 892 106 0 7 457
-/+ buffers/cache: 427 572
Swap: 1023 650 373
tc@box:~$
And on sda1 there are used 3,6 GB while still 12 GB are available (so says xfe). With conky i could follow how the swapfile got populated during the installation attempt (but it was never more than 60%).