|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
ok i have 13-17 on boot after running oxis mb free in high memory mode on my titan in 2102 i had about 24 but i didnt have as many oems
also after letting the phone sit for 10 minutes opening no apps but start to get to oxis i am down to 16-13 is there any oem known to cause a memory leak? i atached my oem selections Last edited by aaronpoweruser; 04-23-2009 at 05:49 PM. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
First, unlike regular loading, xip modules have larger boundaries. Loading a code section that barely fills a region is very wasteful. 2nd, "Freeing more ram" is a misleading synopsis. What you are doing is consuming less RAM than you would if multiple programs needed the code section. You are consuming more memory than if no program needed the module. 3rd, scarce resources can be an issue when consumed by never-unloaded xip modules. The moral: don't convert everything to xip. Candidates for conversion are things which are a) used frequently b) used by multiple programs and c) have code sections just under the boundary size.
__________________
Grammar: The difference between knowing your shit and knowing you're shit.
Last edited by gguruusa; 04-23-2009 at 06:15 PM. |
This post has been thanked 2 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
There's a reason why punctuation is taught in grade school. Make punctuation your friend. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
|
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
|
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Just for the sake of curiosity I converted my igo8.exe into a module and cooked it in. When I run it from the windows folder, igo8.exe opens up in half the time 10 secs as opposed to 20 secs), and leaves almost 4.5MB of free RAM STILL! When I run it from the storage card, it takes 20secs to open up and I have .5MB free. Holy sh*t!! eXecute In Place can really make a difference
Thanks again, for clearing all of that up for me Dan and Conflipper! Last edited by joojoobee666; 04-23-2009 at 06:56 PM. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
Also, point 2 is WELL received. I noticed LESS ram after a clean boot. But loading programs that I XIP'd consume less now when running (see my iGO victory which is my main concern here. I use it alot and have to FREQUENTLY reboot to free up enough RAM. The executable is 5MB which is 25% of my free RAM alone. I know, it's probably an awfully large exe to be converting to a module, but what's the worst that can happen? A recook? Just another reason to do so....) Last edited by joojoobee666; 04-23-2009 at 07:22 PM. |
|
|
|