Closed Thread
Thread Tools
pichlo's Avatar
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#441
Originally Posted by cvp View Post
Got another question. For Whom the phone hangs on for 5-6 seconds and continues. Actually, in any application (Sailfish + Android).
Not quite like that but I had some episode of "jerkyness" last night. The browser was slow to update, the screen was slow to rotate, applications would take ages to close, either by a swipe of from the cover... It started about 11pm and lasted until I went to bed. A reboot did not help. It seemed fine in the morning.

It was the first time ever my Jolla felt slow. My experience thus far has been one of a very smooth and fast system. The two things I did yesterday were,
  1. Upgrade to Uitukka;
  2. Install Call Recorder.
I did both of them almost at the same time, so cannot say which one was responsible, but I did both of them in the morning and the slowdown episode happened late at night.

Originally Posted by coderus View Post
check [btrfs fi show]
check [free]
Code:
[nemo@Jolla ~]$ btrfs fi show
failed to open /dev/mmcblk0: Permission denied
failed to open /dev/mmcblk0p1: Permission denied
failed to open /dev/mmcblk0p2: Permission denied
failed to open /dev/mmcblk0p3: Permission denied
failed to open /dev/mmcblk0p4: Permission denied
failed to open /dev/mmcblk0p5: Permission denied
failed to open /dev/mmcblk0p6: Permission denied
failed to open /dev/mmcblk0p7: Permission denied
failed to open /dev/mmcblk0p8: Permission denied
failed to open /dev/mmcblk0p9: Permission denied
failed to open /dev/mmcblk0p10: Permission denied
failed to open /dev/mmcblk0p11: Permission denied
failed to open /dev/mmcblk0p12: Permission denied
failed to open /dev/mmcblk0p13: Permission denied
failed to open /dev/mmcblk0p14: Permission denied
failed to open /dev/mmcblk0p15: Permission denied
failed to open /dev/mmcblk0p16: Permission denied
failed to open /dev/mmcblk0p17: Permission denied
failed to open /dev/mmcblk0p18: Permission denied
failed to open /dev/mmcblk0p19: Permission denied
failed to open /dev/mmcblk0p20: Permission denied
failed to open /dev/mmcblk0p21: Permission denied
failed to open /dev/mmcblk0p22: Permission denied
failed to open /dev/mmcblk0p23: Permission denied
failed to open /dev/mmcblk0p24: Permission denied
failed to open /dev/mmcblk0p25: Permission denied
failed to open /dev/mmcblk0p26: Permission denied
failed to open /dev/mmcblk0p27: Permission denied
failed to open /dev/mmcblk0p28: Permission denied
failed to open /dev/mmcblk1: Permission denied
failed to open /dev/mmcblk1p1: Permission denied
Btrfs v0.20-rc1
[nemo@Jolla ~]$
Ah, you mean as root!

Code:
[nemo@Jolla ~]$ devel-su
Password: 
[root@Jolla nemo]# btrfs fi show
Label: 'sailfish'  uuid: 0f8a2490-53ed-4ff6-ba34-b81df3430387
	Total devices 1 FS bytes used 1.99GB
	devid    1 size 13.75GB used 7.75GB path /dev/mmcblk0p28

Btrfs v0.20-rc1
[root@Jolla nemo]# free
             total       used       free     shared    buffers     cached
Mem:        830652     793924      36728          0       3264     301144
-/+ buffers/cache:     489516     341136
Swap:       520180       1472     518708
[root@Jolla nemo]#
I actually meant to ask about free anyway. I know this is the wrong thread but now the opportunity has arisen Is it supposed to report that low? I thought Jolla was supposed to have 1GB RAM, not 800MB.
 

The Following User Says Thank You to pichlo For This Useful Post:
vistaus's Avatar
Posts: 423 | Thanked: 478 times | Joined on Sep 2014 @ Netherlands
#442
Originally Posted by cvp View Post
Got another question. For Whom the phone hangs on for 5-6 seconds and continues. Actually, in any application (Sailfish + Android).
Didn't experience that yet. At least, not that I remember (and I probably would've remembered such a slowdown :P).
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#443
@pichlo 30MB of free ram is very bad situation
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Posts: 738 | Thanked: 819 times | Joined on Jan 2012 @ Berlin
#444
check it too

Code:
[root@Jolla ~]# btrfs fi show
Label: 'sailfish'  uuid: 0f8a2490-53ed-4ff6-ba34-b81df3430387
	Total devices 1 FS bytes used 10.75GB
	devid    1 size 13.75GB used 13.75GB path /dev/mmcblk0p28

Btrfs v0.20-rc1
Code:
[root@Jolla ~]# free
             total       used       free     shared    buffers     cached
Mem:        830652     802236      28416          0        196     163764
-/+ buffers/cache:     638276     192376
Swap:       520180     348640     171540
under 30MB, too. Wtf?
__________________
www.sailfishmods.de
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#445
@cvp OMG OMG OMG!!! Your phone is FULL!!! Delete some data and/or do btrfs balance!
TJC: root-and-home-disks-full-and-causing-various-problems
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 5 Users Say Thank You to coderus For This Useful Post:
pichlo's Avatar
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#446
Originally Posted by coderus View Post
@pichlo 30MB of free ram is very bad situation
I know but since the used swap is quite low, I am not that bothered. Besides, it was through SSH from my N900 (to allow cut'n'paste, which is a royal PITA on Jolla). It says 89MB directly on Jolla with SSH closed. Also, SysMon shows very different results (only 480MB used, not 790MB as free is indicating).

I am more interested in the 830MB of total RAM. I was expexting 1024MB or thereabouts.
 

The Following User Says Thank You to pichlo For This Useful Post:
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#447
Rest is used by the modem. I asked earlier about that on IRC, stskeeps answered it to me.
 

The Following 7 Users Say Thank You to Morpog For This Useful Post:
Posts: 738 | Thanked: 819 times | Joined on Jan 2012 @ Berlin
#448
I had to put back anyway before the smartphone. Will this also solved the problem?

Is there the possibility to save favorite browser and Game Saves?
__________________
www.sailfishmods.de
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#449
@cvp go to link i posted and read everything
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Posts: 738 | Thanked: 819 times | Joined on Jan 2012 @ Berlin
#450
It is a little hard for me to understand because my English is not so good.
__________________
www.sailfishmods.de
 
Closed Thread

Tags
edging, jollasoap, sailfish update


 
Forum Jump


All times are GMT. The time now is 02:38.