Quote:
Originally Posted by Miro89
hi, if i installed bosstools and it freed up my system memory and then i installed new apps and games do i have to run bosstools again so it moves the new apps and games to /private/var? and has anyone reported a problem with bosstools plz reply!!!!!!!!!!!!
|
No.
Basically Cydia now moves /Applications to /private/var and replaces the original with a link to the new location. This means everything done afterwards is done in the large user partition, and not the system partition.
Unfortunately, Cydia doesn't clean up after itself when you upgrade the firmware - so every time you upgrade and jailbreak, you end up with new copies of Applications, Fonts, etc. taking up space in /private/var.
Quote:
Originally Posted by sznaps
Has anyone figured out away to dedicate more memory to non-system apps? I was told that each function, (SMS, Phone, Email) Has it's own dedicated memory to gurantee their operation at all times. Is there anyway to unlock more memory for other apps? With my phone being jailbreaked I have noticed that intense games like Guitar Rock Tour, Will not play. They crash alot and are very unstable. Anyone shine in?
|
Whoever told you that was wrong.
The iPhone file system is like your desktop's disk drive - and having more disk space doesn't help if you run out of RAM. The iPhone's RAM is quite limited, and unfortunately Apple used up a bit more of it with firmware 2.x (bad decision) and that is why Safari is unstable on picture heavy pages. And other large applications crash.
One thing you can do is install MobileTerminal and then use the ps command to see what processes are running and evaluate what is using up memory - try
ps -e -o%mem,pid,command | sort
to see which apps are using the most memory (SpringBoard is top at 16% on mine) and what is running that you don't need at the moment (mail and iPod were running on mine) and you can kill them by typing in
kill (pid)