memory killer is too often happen, so i made a swap memory, the problem is solved
[root@Sailfish nemo]# free -m total used free shared buffers cached Mem: 2835 2059 776 0 52 682 -/+ buffers/cache: 1325 1510 Swap: 0 0 0
# Create the swapfile fallocate -l 2G /home/swapfile # Set permissions chmod 600 /home/swapfile # Prepare file as swap mkswap /home/swapfile # Enable swap swapon /home/swapfile # Now, you can check that swap memory is available: free -m # Finally, add an entry to /etc/fstab so the swap gets enabled on boot echo "/home/swapfile none swap defaults 0 0" >> /etc/fstab
swapoff /home/swapfile
Successfully updated from 2.1.3.7 to 2.1.4.13 on Oneplus 3T. So far: Jolla Together app is crashing on a regular basis when one starts scrolling.