No, i did'nt use Video Online bevore. But it seemed, that the system creates itself an temporary "swap"-file with a size of 5MB, if the memory gets to low...
but that feels not enough - after opening one more program, the system gets little lags.
and... i also know that this system info tool "kills" the Fn/Shift-keys

edit...
oh yes, ip-radio may be also the reason - and yes, that can also be an cache or buffer - mem
edit:
...
But you can create a swapfile:dd if=/dev/zero of=/path/to/swapfile bs=1024 count=128*1024
mkswap /path/to/swapfile
swapon /path/to/swapfile
OK, tank you Mijself - i tried this...
dd if=/dev/zero of=/swap bs=1024 count=131072created an file of zeros in the main directory, named "swap"
mkswap /swap"formats" the file as swap - also no problem
swapon /swapgets an error "swapon: /swap: invalid argument", so i had set an entry in the fstab and used
swapon -a, that had worked without any errors.
after using the command
free there is no swap-memory to see;
total
Mem: 126084
Swap: 0
so, what's the problem?