Is RAM Dedicated by Core in Mutli-Core Processor Systems?
For example, suppose your program utilizes only one core of a two or
four-core processor. Will that core have the use of all available RAM or
are large chunks reserved for the other idle cores?
Re: Is RAM Dedicated by Core in Mutli-Core Processor Systems?
"kony" <spam@spam.com> wrote in message
news:rs5sb3tt7dl42b3vk5o35h0ghpqvp062st@4ax.com...
> On Sat, 11 Aug 2007 12:52:56 -0700, "JB"
> <highlinex@yahoo.com> wrote:
>
>>For example, suppose your program utilizes only one core of a two or
>>four-core processor. Will that core have the use of all available RAM
>
> yes
>
>
>>or are large chunks reserved for the other idle cores?
>
> no<
Re: Is RAM Dedicated by Core in Mutli-Core Processor Systems?
Memory is assigned to programs. A program can use the amount of memory assigned to it whether is runs on one core or more that one core.
JB wrote:
>
> For example, suppose your program utilizes only one core of a two or
> four-core processor. Will that core have the use of all available RAM or
> are large chunks reserved for the other idle cores?