View Single Post
Posts: 40 | Thanked: 15 times | Joined on May 2011
#264
Originally Posted by misiak View Post
I think ive gone and broken something, dont know what ive done but now terminal doesnt stay open. If I run terminal, itll sit there blank with the loading circle in the top bar, then after a few seconds it closes.

Any ideas? Google found nothing.

Restart fixed it
It'll happen again. You're running out of RAM. You’ll need to add a swap partition. It makes stuff go a lot smoother. I used gparted on my laptop to shrink my memory card’s ext3 parition down a bit and added a 2GB swap partition (overkill, but why not). Then you can either add it in /etc/fstab on your N900, or use the quick and dirty way of `swapon /dev/mmcblk1p2` or whatever your partition is. Run `free` to find out if it worked.

That's what I did anyway.

Last edited by sequel7; 2011-05-19 at 02:24. Reason: Oops, quoted the wrong post somehow