about memory address space Topic is solved

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
User avatar
cartel
Lunatic
Lunatic
Posts: 478
Joined: 2014-03-16, 21:57
Location: Chilliwack, BC

about memory address space

Unread post by cartel » 2024-01-05, 17:47

Other Measurements

8,388,607.94 MB (100.0%) -- address-space

shouldnt this be 16gb?

thanks
2024002.jpg
You do not have the required permissions to view the files attached to this post.
ImageImage

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35650
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: about memory address space

Unread post by Moonchild » 2024-01-05, 19:13

no. Why do you think the address space should be that limited?
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
RealityRipple
Astronaut
Astronaut
Posts: 666
Joined: 2018-05-17, 02:34
Location: Los Berros Canyon, California

Re: about memory address space

Unread post by RealityRipple » 2024-01-05, 19:39

A 32-bit process typically has a virtual address space within the 2-gigabyte range 0x00000000 through 0x7FFFFFFF.
A 64-bit process on 64-bit Windows has a virtual address space within the 128-terabyte range 0x000'00000000 through 0x7FFF'FFFFFFFF.
https://learn.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/virtual-address-spaces

User avatar
cartel
Lunatic
Lunatic
Posts: 478
Joined: 2014-03-16, 21:57
Location: Chilliwack, BC

Re: about memory address space

Unread post by cartel » 2024-01-29, 05:18

Moonchild wrote:
2024-01-05, 19:13
no. Why do you think the address space should be that limited?
I'm just trying to understand why PM says address space is 8gb when I have 16gb of ram....or is it measuring video card ram?

thanks
ImageImage

User avatar
RealityRipple
Astronaut
Astronaut
Posts: 666
Joined: 2018-05-17, 02:34
Location: Los Berros Canyon, California

Re: about memory address space

Unread post by RealityRipple » 2024-01-29, 05:47

Read the article I posted. The term "address space" is not referring to your RAM capacity.

And it doesn't say 8 GB, it says 8 TB - 8 million MB, not 8 thousand. That's the minimum allowed DEC Alpha standard capacity.

It's essentially how many pointers can theoretically exist, regardless of your system's actual specs, if you're on a 64 bit computer.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35650
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: about memory address space

Unread post by Moonchild » 2024-01-29, 10:37

RealityRipple wrote:
2024-01-29, 05:47
It's essentially how many pointers can theoretically exist, regardless of your system's actual specs, if you're on a 64 bit computer.
Actually, no, it's rather the overall mappable location pointers can point to. They are literally analogous to home addresses. A street doesn't have to have contiguous addresses on the houses, but this "address space" limits how high of a number any house is allowed to have when choosing it.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

BenFenner
Astronaut
Astronaut
Posts: 588
Joined: 2015-06-01, 12:52
Location: US Southeast

Re: about memory address space

Unread post by BenFenner » 2024-01-29, 16:22

cartel wrote:
2024-01-29, 05:18
PM says address space is 8gb
No it does not. As was pointed out earlier, you're not converting your units properly.

https://duckduckgo.com/?q=8%2C388%2C607.94+MB+to+TB

User avatar
cartel
Lunatic
Lunatic
Posts: 478
Joined: 2014-03-16, 21:57
Location: Chilliwack, BC

Re: about memory address space

Unread post by cartel » 2024-03-02, 16:30

BenFenner wrote:
2024-01-29, 16:22
cartel wrote:
2024-01-29, 05:18
PM says address space is 8gb
No it does not. As was pointed out earlier, you're not converting your units properly.

https://duckduckgo.com/?q=8%2C388%2C607.94+MB+to+TB
ok I get it.
my apologies

thanks!
ImageImage