|  | 
| This is the output of top:
 
 Copy codeMem: 285000K used, 744144K free, 107244K shrd, 35524K buff, 149184K cached
CPU:  0.8% usr 28.5% sys  0.3% nic 70.1% idle  0.0% io  0.0% irq  0.0% sirq
Load average: 3.36 1.14 0.41 2/109 571
  PID  PPID USER     STAT   VSZ %VSZ CPU %CPU COMMAND
  496   492 root     S     347m 34.5   2  9.5 /usr/lib/kodi/kodi.bin --standalon
  484     1 root     S     8196  0.8   0  0.0 /usr/bin/smbd --configfile=/run/sa
  482     1 root     S     8180  0.7   2  0.0 /usr/bin/nmbd --configfile=/run/sa
  170     1 root     S     7352  0.7   2  0.0 /usr/lib/systemd/systemd-udevd
  454     1 root     S     6112  0.5   2  0.0 /usr/bin/wpa_supplicant -u
  451     1 root     S     5208  0.5   1  0.0 /usr/sbin/connmand -nr --config=/e
  424     1 root     S     4348  0.4   3  0.0 /usr/sbin/sshd -D
    1     0 root     S     4252  0.4   0  0.0 /usr/lib/systemd/systemd
  464     1 avahi    S     3984  0.3   0  0.0 avahi-daemon: registering [OpenELE
  174     1 dbus     S     3924  0.3   1  0.0 /usr/bin/dbus-daemon --system --ad
  477     1 root     S     3444  0.3   1  0.0 /usr/bin/rpcbind
  211     1 root     S     2952  0.2   1  0.0 /usr/sbin/eventlircd -f --evmap=/e
  556   130 root     R     2656  0.2   1  0.0 top
  130     1 root     S     2656  0.2   2  0.0 /bin/sh
  492     1 root     S     2656  0.2   2  0.0 {kodi.sh} /bin/sh /usr/lib/kodi/ko
  388     1 root     S     2652  0.2   0  0.0 /sbin/crond -f -S
  284     1 root     S     2564  0.2   1  0.0 /usr/lib/systemd/systemd-logind
  154     1 root     S     2460  0.2   1  0.0 /usr/lib/systemd/systemd-journald
   36     2 root     RW       0  0.0   3 19.9 [kswapd0]
    5     2 root     SW       0  0.0   0  0.0 [kworker/u:0]
 @pieta,
 I tried everything you listed but nothing helps.
 
 CONFIG_SWAP=y is in config file. I will try to disable it, because there is no swap partition on sd card.
 
 Additional info:
 
 Copy codeOpenELEC:~ # mount
rootfs on / type rootfs (rw)
devtmpfs on /dev type devtmpfs (rw,relatime,size=381844k,nr_inodes=95461,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/mmcblk0p1 on /flash type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,utf8,errors=continue)
/dev/mmcblk0p2 on /storage type ext4 (rw,noatime,data=ordered)
/dev/loop0 on / type squashfs (ro,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
tmpfs on /tmp type tmpfs (rw)
tmpfs on /var type tmpfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
 
 | 
 |