[Q] Available RAM seems low - One (M7) Q&A, Help & Troubleshooting

My available memory is usually around 600mb. I have basically the same apps installed as I did on my Nexus 4, which usually had around 1gb free. What could be causing this big difference?

Nexus 4 doesn't have the bloat as other phones

spmode said:
My available memory is usually around 600mb. I have basically the same apps installed as I did on my Nexus 4, which usually had around 1gb free. What could be causing this big difference?
Click to expand...
Click to collapse
More reserved RAM and HTC's software. It's not that big of a difference if you consider the reserved RAM.

Vincent Law said:
More reserved RAM and HTC's software. It's not that big of a difference if you consider the reserved RAM.
Click to expand...
Click to collapse
I see, I didn't realize there was reserved RAM. It was weird b/c HTC's system info said I was only using about 400mb, but other mem software said I only had about 500-600mb free. I guess it's just one of those things.

Related

Full 512 mb available?

Does the froyo update make the full 512 mb ram available? I had heard earlier that only a part of it was available due to 2.1 limitations.
Sent from my GT-I9000 ADJF1 using XDA App
They were always available, ~300Mb for Programs and the rest for the system files... Why should that change?
I think what the OP meant was whether one had more memory for apps as ht tp:// developer.android.com/sdk/android-2.2-highlights.html claims that the 2.6.32 kernel upgrade would bring "HIGHMEM support for RAM >256MB".
At the moment, we do not have the full memory available in the Linux system:
Code:
$ adb shell
* daemon not running. starting it now *
* daemon started successfully *
$ free
total used free shared buffers
Mem: 333420 329988 3432 0 34724
Swap: 0 0 0
Total: 333420 329988 3432
I do not know whether that is related to the graphics hardware taking some of the memory, or to the kernel version:
Code:
$ uname -r
2.6.29
Edit: What do you mean by 'system files'? The OS is stored on mass storage, right? And Dalvik and friends should appear as userspace processes taking up regular memory.
satta said:
I think what the OP meant was whether one had more memory for apps as developer.android.com/sdk/android-2.2-highlights.html claims that the 2.6.32 kernel upgrade would bring "HIGHMEM support for RAM >256MB".
Click to expand...
Click to collapse
You do understand that this does not compute, since there has always been more than 256MB available
Or has there?
I was wondering about the same thing, kernel 2.6.32.9 (JP3) also shows a little more than 300mb...
buddy01 said:
You do understand that this does not compute, since there has always been more than 256MB available
Or has there?
Click to expand...
Click to collapse
Hey, I'm just quoting from an official AOSP site
Mine shows 30 mb available under advanced task killer. What am I missing?
Sent from my GT-I9000 using XDA App
@satta yeah that's what I meant and that's what I had read. Cheers
Sent from my GT-I9000 using XDA App
I've seen Desire have over 400MB of memory available for applications in a video with a some sort of task manager on..
Are you sure, max i got on my nexus one was 312MB in some rare cases, using it without closing apps at all, never got below 100MB... But my Galaxy's max is 170MB, is almost half what my nexus gave me, that kinda suck (don't know if it matter bu tit feels bad in my head )
Desire has 576MB memory.. N1 has 512MB
Sent from my GT-I9000 using XDA App
Maximum free RAM i got from my sgs is 210mb, easily achieved by using Astro's process manager and killing all non-essential services.
why t.f. do you guys always want to have lots of fre ram? please read a little about android memory management... free ram is wasted ram!
FadeFx said:
why t.f. do you guys always want to have lots of fre ram? please read a little about android memory management... free ram is wasted ram!
Click to expand...
Click to collapse
So? We all still want our phones to be as future proof as we hoped they would be when we bought them. And we want the extra RAM simply because it's supposed to be there.
Sent from my GT-I9000 using XDA App
FadeFx said:
why t.f. do you guys always want to have lots of fre ram? please read a little about android memory management... free ram is wasted ram!
Click to expand...
Click to collapse
As long as it doesn't go below that ~70mb when the phones actually start lagging
Might also want to take into consideration that the counterpart Desire used in this thread is also an android phone, sure too much free memory is wasted memory but too little usable memory = lag and if there isn't a lot to use in the first place then it won't take much for the phone to start lagging.
Some help in JG and onward firmwares but it's still quite funny that a simple user can make a fix to create a solution for the entire problem and Samsung hasn't either thought about this or taken it into consideration. (Mimocan is my hero <3)
edit: WOO my first post after actually following these forums for almost half a year, just registered recently
Hey,
Actually you do not need that much RAM. Im running on JG5, which IMO is the most stable and usable firmware out there. Has been running the phone for 3 days straight without any ATK like apps, and has not experience any lags.
Another thing is that, IMHO ATKs slow down the system.
Sent from my GT-I9000 using XDA App
The current Samsung froyo builds do not support highmem. It is a kernel compile time config option. Samsung will hopefully enable it in later builds.
Highmem made a noticeable difference in performance on my nexus one.
ed10000 said:
So? We all still want our phones to be as future proof as we hoped they would be when we bought them. And we want the extra RAM simply because it's supposed to be there.
Click to expand...
Click to collapse
Nonsense. You are not entitled to more free ram in any way.
Every os uses a part of the ram for the kernel code and its buffers.
In addition the advanced graphics will need memory for its texture storage and graphic representation.
A froyo kernel will not make a major difference.
The sg has 512 memory today and it is using it as it should...
akselic said:
As long as it doesn't go below that ~70mb when the phones actually start lagging
Might also want to take into consideration that the counterpart Desire used in this thread is also an android phone, sure too much free memory is wasted memory but too little usable memory = lag and if there isn't a lot to use in the first place then it won't take much for the phone to start lagging.
Some help in JG and onward firmwares but it's still quite funny that a simple user can make a fix to create a solution for the entire problem and Samsung hasn't either thought about this or taken it into consideration. (Mimocan is my hero <3)
edit: WOO my first post after actually following these forums for almost half a year, just registered recently
Click to expand...
Click to collapse
lagging is actually not caused by to less free ram, in android there is no such. the used ram is caused by apps that you opened and then exited again. if you open a new app that needs more ram than aviailable (actually with a little gap of some mb) the system will close apps that are not used anymore and only kept in ram for faster opening. the lag comes from bad i/o speeds of the nand (internal memory) where apps data is stored. on i7500 there is 192mb of ram and it works ok with froyo (thanx to drakaz and gaosp team!) only thing is that every app you open forces the app you opened before to be kicked out of ram what makes switching between apps makes somewhat a pain.
also free memory and usable memory is apples and pears, useable is all memory that contains no actually running in foreground app or service. and free memory is the rest that contains absolutely no information and thus WASTED
edit: btw i7500 is running well with 20mb free ram.
I often have no more than 30 MBs free, and not running THAT many apps. What is strange is that sometimes there is 70-80 MB free, and I have not done anyting. What happens in the background is a mystery... Any suggestions?

[Q] Galaxy S RAM ? Not 512mb?

Hello, both quadrant and setcpu show me 334Mb total RAM and 85mb free... quadrant also shows me 143Mb inactive RAM
wth?
This will be updated in 2.2FROYO where all 512MB RAM will be available for use.
AdamDowning said:
This will be updated in 2.2FROYO where all 512MB RAM will be available for use.
Click to expand...
Click to collapse
Hopefully you are right, any source where i can see the official statement about this issue?
From another thread:
Sigh. No. No ROM ever will. This is because the radio firmware reserves a lump of RAM all to itself so that you can... you know... make and receive calls.
Can you imagine how annoyed you would be if you missed calls or SMSes just because you'd used up all the available memory?
Click to expand...
Click to collapse
Some people commented:
that sounds interesting! you got a source for that? (datasheet, firmware changelog, article w/ credible source, etc.)
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=738928&page=47
Check that topic.
Interesting
On Verizon, Samsung Galaxy S appers to have only 384 mb of RAM... Samsung is lying to us!!!
Check engadget: http://www.engadget.com/2010/11/02/full-samsung-continuum-specs-leak-out-in-verizon-comparison-char/
boliveira2 said:
On Verizon, Samsung Galaxy S appers to have only 384 mb of RAM... Samsung is lying to us!!!
Check engadget: http://www.engadget.com/2010/11/02/full-samsung-continuum-specs-leak-out-in-verizon-comparison-char/
Click to expand...
Click to collapse
As said in more threads sgs has 512 mb but you loose ram for kernel, shared memory and phone memory. At the end you have about 300 MB of available memory on stock kernel. So samsung doesn't lies.
Ciao Angelo
Omg is this thread for real? Someone delete it ffs.
Sent from my GT-I9000 using XDA App
1: thread is from august
2: samsung now markets the sgs as 384megs of ram, but used to market it as 512megs.. so yes, yes it's arguable but in the end by making this change they agree they lied
bilboa1 said:
1: thread is from august
2: samsung now markets the sgs as 384megs of ram, but used to market it as 512megs.. so yes, yes it's arguable but in the end by making this change they agree they lied
Click to expand...
Click to collapse
Link to where it is said as a 384MB device, coz currently we only have 350+ max usable but its unstable but the device functions wll at 340MB usable.
I wonder how the guys with the N1 reacted since they only see 192MB of their 512MB ram
bilboa1 said:
1: thread is from august
2: samsung now markets the sgs as 384megs of ram, but used to market it as 512megs.. so yes, yes it's arguable but in the end by making this change they agree they lied
Click to expand...
Click to collapse
Where do they market as less than 512? And I hope that you are not using the Verizon picture as a basis to your reasoning.
Sent from my GT-I9000M using XDA App
Oh darn, can i get a refund?
I demand my 512MB, i bought it when they were advertizing with it =/
EarlZ said:
I wonder how the guys with the N1 reacted since they only see 192MB of their 512MB ram
Click to expand...
Click to collapse
N1 only saw ~200MB of RAM because a bug in Linux kernel. With the bug corrected you see 512MB of TOTAL RAM.
And yes, N1 owners complained about this. The difference is that there was a lot less fanboys defending Google or HTC about this matter.
Even the Tab has 444MB
http://www.gsmarena.com/samsung_p1000_galaxy_tab-review-527p3.php
or
youtube.com/watch?v=EMLJOa2KFK0&feature=player_embedded
at the 37th second you'll see 444MB total while they advertize with "Internal 16/32 GB storage, 512 MB RAM"
and such a tab is even more expensive then a sgs.. =/
Oletros said:
N1 only saw ~200MB of RAM because a bug in Linux kernel. With the bug corrected you see 512MB of TOTAL RAM.
And yes, N1 owners complained about this. The difference is that there was a lot less fanboys defending Google or HTC about this matter.
Click to expand...
Click to collapse
I'm 99% sure that's wrong. It wasn't a bug, it just didn't support larger amounts which was because of the way ARM was designed apparently. Linux was designed that way, and needed to be updated.
This is a totally different situation, and not sure why billboa is claiming that samsung now markets the SGS as 384mb of ram either. I have seen NO evidence of that, and if that's true, please show proof the SGS is being marketed as 384mb.
I agree that we do need more spare RAM to be available (especially in the froyo leaks, which may be betas anyway) and the currently-reserved RAM to be allocated dynamically when needed, so there is more ram available at other times. RAM allocation is cheap afterall.
andrewluecke said:
I'm 99% sure that's wrong. It wasn't a bug, it just didn't support larger amounts which was because of the way ARM was designed apparently. Linux was designed that way, and needed to be updated.
This is a totally different situation, and not sure why billboa is claiming that samsung now markets the SGS as 384mb of ram either. I have seen NO evidence of that, and if that's true, please show proof the SGS is being marketed as 384mb.
I agree that we do need more spare RAM to be available (especially in the froyo leaks, which may be betas anyway) and the currently-reserved RAM to be allocated dynamically when needed, so there is more ram available at other times. RAM allocation is cheap afterall.
Click to expand...
Click to collapse
Check the link from the specs hosted by engadget.
bilboa1 said:
Check the link from the specs hosted by engadget.
Click to expand...
Click to collapse
You mean the link in this thread? Because those point to custom models. Just because one Xbox includes a HDD for instance, doesn't mean all models do. I'm still having serious trouble finding any evidence that Samsung are advertising the international unit as 384MB of RAM..
Oletros said:
With the bug corrected you see 512MB of TOTAL RAM.
Is this based on theory or actual experience, because on the N1 that Im holding right now shows only x/192MB and its 2.2.1
Click to expand...
Click to collapse
Click to expand...
Click to collapse
EarlZ said:
Is this based on theory or actual experience, because on the N1 that Im holding right now shows only x/192MB and its 2.2.1
Click to expand...
Click to collapse
Well, maybe it's not a N1 you are holding? What about a screenshot?
I can show you a picture of two devices side by side: N1 (FRG83) showing 390MB and i9000 (FROYO.JHJP8) with only 304MB.
I have a Galaxy S model GT-I9000B ( brazilian version from VIVO carrier )
I flashed froyo BVJJPD and my ram manager says I have only 304 MB RAM.
weird.
Sigh
The galaxy s actual does have 512mb of RAM inside it. Out of that 512mb, 128mb is used by the gpu or something involving the hardware(I don't really know where so not going to pretend I do). Then out of the remaining 384mb some is used by the system. I say some cos different kernels use a different amount.
Like on damiangtos 2.2 kernel there was 360mb of ram free at one point.

[Q] Change graphics memory size

As I previously read, out of the 512 MB of our O2X's, some 128-140 MB are reserved for the Tegra chip-set, and the rest of 380 MB are available to Android and applications.
With Froyo, there were usually 180-200 MB of memory free after booting/killing all apps, and like 90-130 MB free after normal usage. I'm not sure, but if I remember correctly, in the running apps screen, the sum of the used/available memory summed up to about the previous stated 380 MB.
After applying the GB update, after booting/killing all apps there are only 140 MB free and about 60 MB after some usage. If I go to Manage Apps -> Running apps, the sum of the used and available memory is around 310-320.
My question is: why is there less memory available in GB? Has LG increased the graphics memory from 128 MB to 192 MB? If yes, is it possible to change this allocation? Or is there a ROM that uses less graphics memory?
Maybe GB reports available memory differently, but it's definitely noticeable that there's less RAM available. If switching from browser to another app, with Froyo the page loaded was kept in memory, however with GB the page always has to be reloaded even if the switch lasted like 20-30 seconds.
Edit: I'd like to use less graphics memory and have more RAM so my apps run faster.
No the Vram is the same. The phone still has 380 mb ram to use for the OS and apps. Also free ram is wasted ram since apps are not cached so they will not launch faster.
taxas said:
No the Vram is the same. The phone still has 380 mb ram to use for the OS and apps. Also free ram is wasted ram since apps are not cached in for they will launch faster.
Click to expand...
Click to collapse
And therefore taskplanners are also not needed ;-)
KillerbeeNL said:
And therefore taskplanners are also not needed ;-)
Click to expand...
Click to collapse
Not completely true. Android kills automatically unneeded processes, that's true, but sometimes it happens that an app remains in background and uses the 100% of the CPU, so i use the task killers to terminate it.
Try Super charger, very efficient and not as resources consuming than apps. Search the dedicated thread.
And I don't think there is a way to free graphical memory. I don't think it's software driven but physical...
The only thing that had been made is to free the reserved memory for OTA LG service, that leaves you some more memory, but only available in some roms.
Striatum_bdr said:
Try Super charger, very efficient and not as resources consuming than apps. Search the dedicated thread.
And I don't think there is a way to free graphical memory. I don't think it's software driven but physical...
The only thing that had been made is to free the reserved memory for OTA LG service, that leaves you some more memory, but only available in some roms.
Click to expand...
Click to collapse
Its possible to give the GPU less memory, different defs have done it (i.e benee). But as far as i know most of them removed that tweak since it was causing alot of bugs.
And yes, free ram are most likely wasted ram.
Sent from my Optimus 2X using Tapatalk
If ya want to change vram look at this: https://raw.github.com/gist/1170959/73e5f41b1ad8b3bb65c8bd22d422a4fd877204a3/CarveoutMemory
It contains a little info about the things you need to change. Some skills required though
kiljacken said:
If ya want to change vram look at this: https://raw.github.com/gist/1170959/73e5f41b1ad8b3bb65c8bd22d422a4fd877204a3/CarveoutMemory
It contains a little info about the things you need to change. Some skills required though
Click to expand...
Click to collapse
Hi kiljacken !
I remember that you've made some times ago a kernel with 64mb more of ram...
Also for the stock rom...
butI can't find it anymore...
Any help?
Thanks for the replies guys!
It seems like if possible, it's very complicated to change the video memory allocation, so I'll leave it like that.
hey all!
i have question like that! im working on electronic factory and have no problems with solder out and in BGA chips even the smallest ones! now the question! if i will solder out the ram chip and solder back in 1GB ram chip of the same tipe and company(i have acces to all the part available on the market)?
oleg1981 said:
hey all!
i have question like that! im working on electronic factory and have no problems with solder out and in BGA chips even the smallest ones! now the question! if i will solder out the ram chip and solder back in 1GB ram chip of the same tipe and company(i have acces to all the part available on the market)?
Click to expand...
Click to collapse
How small is the solder required? Would be amazing if we could upgrade.
Sent from my LG-P990 using Tapatalk
oleg1981 said:
hey all!
i have question like that! im working on electronic factory and have no problems with solder out and in BGA chips even the smallest ones! now the question! if i will solder out the ram chip and solder back in 1GB ram chip of the same tipe and company(i have acces to all the part available on the market)?
Click to expand...
Click to collapse
I'm very unsure. I am sure though, that both kernel and boot image changes would be needed to run with the added memory
i think it's impposible to change the graphic memory size, maybe RAM hack? if you want to free RAM just use supercharger, i already used that and my free ram about 117-130 MB
It's completely possible, it's something that's controlled by the kernel.
Such kernels already were in the spring which reduced video memory by 64 Mb
Rusty! said:
It's completely possible, it's something that's controlled by the kernel.
Click to expand...
Click to collapse
so if I'm understanding correct if i will solder in new memory chip all i will need is to find how to change the ram value from 372 to 872?
oleg1981 said:
so if I'm understanding correct if i will solder in new memory chip all i will need is to find how to change the ram value from 372 to 872?
Click to expand...
Click to collapse
I suppose if LG's programmers were careful enough not to hard-code any values, the phone should detect the memory like a computer detects new RAM. However ROMs which target multiple devices with different RAM, like CM, shouldn't have such issues...
I would LOVE 1GB ram! What would such ram cost?
Guys, RAM amounts are hardcoded into the kernel, so a custom kernel would be needed to use the ram. IF it's even possible to use such amounts of RAM. There migth be limitations in the bootloader, which will cause problems, but kernel changes should be enough. If you try it on your device I would be glad to provide a kernel that supports that amount of RAM, but I don't think it's doable. AFAIK the RAM is tightly packed in the device with many other components. It might even be built into the SoC making it impossible to change. But IDK, feel free to try what you want, but remember it's your device that gets destroyed if something goes wrong.
Do it OP!
Sent from my Optimus 2X using Tapatalk

Where is all the memory.?

Every phone I buy always has less than the advertised storage space, I understand some will be taken by the rom and apps.
What I wanna know is what the heck is eating almost 8 gigs? That's a retarded high amount.
Sent from my HTCONE using xda premium
the phone OS i believe, i could be wrong though.
what about the 2gb of ram?
theres always about 600-700mb free. wtf?
then when you free it up with a task killer, theres only about 1gb of free ram.
Rippley05 said:
Every phone I buy always has less than the advertised storage space, I understand some will be taken by the rom and apps.
What I wanna know is what the heck is eating almost 8 gigs? That's a retarded high amount.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
It seems to be system reserved storage. The size gets larger as you go up in storage size. Considering the benchmarks on the I/O being chart toppers, it's possible that it is being reserved as a performance booster of some sort.
TorxT3D said:
what about the 2gb of ram?
theres always about 600-700mb free. wtf?
then when you free it up with a task killer, theres only about 1gb of free ram.
Click to expand...
Click to collapse
You have to factor in reserved RAM (my S3 has 2GB but only 1630MB is available to apps. Part of that is dedicated to the graphics chip and the rest is system reserved.
That said, you will not have RAM issues with 6-700MB free. I run a ton of apps at the same time on mine and with the exception of some huge games, I rarely have run out of RAM and had a background app killed by the OS.
512MB phones only had like 384MB available total because of the other 128 going to the GPU.
Sent from my SGH-T999
EtherealRemnant said:
It seems to be system reserved storage. The size gets larger as you go up in storage size. Considering the benchmarks on the I/O being chart toppers, it's possible that it is being reserved as a performance booster of some sort.
You have to factor in reserved RAM (my S3 has 2GB but only 1630MB is available to apps. Part of that is dedicated to the graphics chip and the rest is system reserved.
That said, you will not have RAM issues with 6-700MB free. I run a ton of apps at the same time on mine and with the exception of some huge games, I rarely have run out of RAM and had a background app killed by the OS.
512MB phones only had like 384MB available total because of the other 128 going to the GPU.
Sent from my SGH-T999
Click to expand...
Click to collapse
My browser is constantly killed regardless to what app I use in between...and this isn't only on one handset
Sent from my HTCONE using xda app-developers app
I think he meant storage....not memory like ram.
david279 said:
I think he meant storage....not memory like ram.
Click to expand...
Click to collapse
Yea my bad.
It's a 32 Gb phone, and you can see by the pic that almost 8 gigs is being eaten up by "other". That's about what the LTE came with. That's just an insane number. They shouldn't be able to advertise a 32 gig phone when all you're really getting is 24-25 gigs.
Rippley05 said:
Every phone I buy always has less than the advertised storage space, I understand some will be taken by the rom and apps.
What I wanna know is what the heck is eating almost 8 gigs? That's a retarded high amount.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
For one thing, it's measured differently. When ANY manufacturer of Memory based ANYTHING (except RAM for some reason.) says "this-many-gigs" they are actually measuring the bytes. So, they really mean 32,000,000 bytes. When converted to Gb this is only 29.8 GB.
False advertising? Kind of. But seriously every storage manufacturer does this so it's common practice at this point.
So then we see that the OS and all the other stuff is taking up around 7GB. That still seems ridiculous given a Windows 7 install can take up as little as 8GB.
felacio said:
For one thing, it's measured differently. When ANY manufacturer of Memory based ANYTHING (except RAM for some reason.) says "this-many-gigs" they are actually measuring the bytes. So, they really mean 32,000,000 bytes. When converted to Gb this is only 29.8 GB.
False advertising? Kind of. But seriously every storage manufacturer does this so it's common practice at this point.
So then we see that the OS and all the other stuff is taking up around 7GB. That still seems ridiculous given a Windows 7 install can take up as little as 8GB.
Click to expand...
Click to collapse
Yea I know it's alway gonna have some side twisted story..I do understand that.
8gb is just flat retarded and I'm surprised nobody is making a big deal of it.
Sent from my HTCONE using xda premium
You think our phones are bad check out the amount of usable storage on the s4.
Sent from my HTCONE using Tapatalk 2

[Q] is there really 2 gb of memory in this phone?

Hi,
I'm a bit surprised that if I add free memory and used memory from the Settings app the total is about 1.7 gb. Ain't we supposed to get 2gb? I hope sony didn't do the hdd trick (see wikipedia page on Kibibyte, I cannot post link as a junior member) and even so 2000000/1048576 = 1.907 ... where's my ram?
Under CPU-Z that show : 1.732Mb.
Your OS doesn't need RAM to function right?
Dsteppa said:
Your OS doesn't need RAM to function right?
Click to expand...
Click to collapse
yes it does but I thought it will be included in the "used memory"... if the OS takes 300 mb that's ok but why I only got 900 mb free when I kill all apps? I used to have a nexus 4 and with the same amount of memory on chip there was a *LOT* more available in the settings menu.
Geolm said:
yes it does but I thought it will be included in the "used memory"... if the OS takes 300 mb that's ok but why I only got 900 mb free when I kill all apps? I used to have a nexus 4 and with the same amount of memory on chip there was a *LOT* more available in the settings menu.
Click to expand...
Click to collapse
That 900MB figure is about the same I normally have free. Various apps and services take up about 800MB on my phone, which seems excessive but I've turned off all background stuff that I can (some Google and Xperia services just won't go away, however). The only good news is that Android will free up memory if it's needed so that 900MB is not a finite figure (at least that's what I assume).
Hmm. I generally have no more than about 300 mb free memory at any given moment. Even just a few minutes after reboot. No weird apps or excessive widgets. Do you guys really have 900 mb free? You can check your memory on the fly using Cool Tool from Google Play.
The Z3C has 2GB of RAM, don't worry. What you are missing is used by shared graphics memory. BTW: This is exactly the reason why the Z3 has 3GB of memory (instead of 2GB) for its screen resolution is full HD opposed to "only" HD on the Z3C.
Anyhow, is it really necessary to start another thread on the same topic if there already is one?
http://forum.xda-developers.com/z3-compact/general/ram-2gb-1-69gb-t2941487
sxtester said:
The Z3C has 2GB of RAM, don't worry. What you are missing is used by shared graphics memory. BTW: This is exactly the reason why the Z3 has 3GB of memory (instead of 2GB) for its screen resolution is full HD opposed to "only" HD on the Z3C.
Anyhow, is it really necessary to start another thread on the same topic if there already is one?
http://forum.xda-developers.com/z3-compact/general/ram-2gb-1-69gb-t2941487
Click to expand...
Click to collapse
I have never had any doubts about the two gigs. But how much free memory do you have on your Z3C after a reboot and after a few hours of typical usage? My other phones with this much ram have generally had a lot more memory available at any given moment. Not that *free* memory is of any particular use in android, but I'm still curious to see whether your Z3C's are the same.
Fruktsallad said:
I have never had any doubts about the two gigs. But how much free memory do you have on your Z3C after a reboot and after a few hours of typical usage? My other phones with this much ram have generally had a lot more memory available at any given moment. Not that *free* memory is of any particular use in android, but I'm still curious to see whether your Z3C's are the same.
Click to expand...
Click to collapse
When I boot up the phone and immediatly check it shows some 800MB of free memory. About 500 to 600MB after a couple of days, fluctuating though. However, don't think these numbers have any meaning for Android keeps as much in memory as possible in order to increase responsiveness. It also depends on the Apps installed and the bloat disabled/blocked. Further, comparing it to other phones you had earlier might also be misleading since the version of Android could be a different one, hence comparing apples to apples would just not be possible.

Categories

Resources