RAM


Recommended Posts

Hey Guys

I just got 4gb RAM for my laptop it did have 2gb so looking for a difference here

especially once i get my SSD (which i have now chosen)

Will Linux (Fedora Specifically) use all 4gb of RAM (give or take the ram the Graphics uses)

Or do i have to do something fancy to make it use it all?

Link to comment
https://www.neowin.net/forum/topic/1127956-ram/
Share on other sites

I thought the RAM issue was only an OS issue in that if you were running a 32-bit OS then it could only support up to 4GB? I thought it was a universal rule, not specific to one OS?

Of course, a 32-bit OS or a 64-bit OS is then dependent on what the board supports, no?

Maybe I'm completely wrong, it's been a while since I've delved in to that area of computing.

EDIT: Oh, and so I think the answer to your question boils down to which version of the OS you're using, 32-bit or 64-bit. If you have 64-bit then you can put more than 4GB in, 32-bit and you're restricted to a maximum of 4GB.

Link to comment
https://www.neowin.net/forum/topic/1127956-ram/#findComment-595418034
Share on other sites

Will Linux (Fedora Specifically) use all 4gb of RAM (give or take the ram the Graphics uses)

My Fedora is super rusty, but if you're using the x86 flavor, last time I used it (not remotely recent) you had to manually install the PAE kernel, something along the lines of "yum install kernel-PAE".. but like I said, rusty. (Or just use the x64 version.) I'd get a second opinion.

Link to comment
https://www.neowin.net/forum/topic/1127956-ram/#findComment-595418056
Share on other sites

Depends on your BIOS/Chipset configuration for 32bit OS. 3.5GB minus any shared video allocation for non Physical Address Extension, 4.0GB minus any shared video allocation if PaE is enabled.

For 64bit OS, it will use whatever is available minus any shared video allocation unless you have some early (HP, Packard Bell) Intel Core 2 era chipsets which top out at 3GB-3.2GB then allocate every/anything else to video.

Link to comment
https://www.neowin.net/forum/topic/1127956-ram/#findComment-595418058
Share on other sites

ok now i am confused

in this screenshot this shows my system info

stats-V1.0.png

i always thought i had a 32bit cpu

but when i look at this page

http://ark.intel.com/products/35583/Intel-Pentium-Processor-T3400-1M-Cache-2_16-GHz-667-MHz-FSB-Socket-P

it shows instruction set 64bit

so am i right in saying i have a 64bit cpu??

how else could i check

Link to comment
https://www.neowin.net/forum/topic/1127956-ram/#findComment-595418132
Share on other sites

"cat /proc/cpuinfo", if I recall if you see "lm" under flags that means it's a 64 bit processor, or perhaps something like CPU-G (a CPU-Z workalike) should tell you everything you need, but yea it does look to be a 64 bit processor, you got your options then of x64 or x86 with PAE.

Link to comment
https://www.neowin.net/forum/topic/1127956-ram/#findComment-595418148
Share on other sites

OS is listed as i686 which would indicate 32bit OS.

T3400 is 64bit compatible according to Intel.

Intel? 64

Intel? 64 architecture delivers 64-bit computing on server, workstation, desktop and mobile platforms when combined with supporting software.¹ Intel 64 architecture improves performance by allowing systems to address more than 4 GB of both virtual and physical memory.

Link to comment
https://www.neowin.net/forum/topic/1127956-ram/#findComment-595418152
Share on other sites

yeah i have 32bit OS on there as i thought it was a 32bit CPU but the motherboard can only take 4gb ram max (this is an older laptop)

I will put the 4gb in and see how the os handles it and put 64bit Fedora on there if needed :)

Link to comment
https://www.neowin.net/forum/topic/1127956-ram/#findComment-595418176
Share on other sites

Max Norris's 'lm' flag suggestion above is correct. That will allow you to check whether your CPU is 64-bit regardless of whether you are running an i686, or AMD64 build of Fedora. You can use the command below to check your CPU info:


echo -n "AMD64 Capable: "; cat /proc/cpuinfo | grep -Eqs '^[F|f]lags.+:.+ lm .+$'; if [[ $? -eq 0 ]]; then echo 'true'; else echo 'false'; fi
[/CODE]

Link to comment
https://www.neowin.net/forum/topic/1127956-ram/#findComment-595418204
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Was it too much to ask to show the icon in this article?
    • Frankly, I blame whoever is writing such articles. "A big improvement/update and/or new feature is now available to everyone! Also, use this unofficial tweak tool to enable it because it actually isn't available to you yet officially and might not in fact even be entirely ready or whatever, hence why it is perhaps not enabled for you*. But it's great and you should enable it!" I mean there's nothing wrong with sharing info about some feature you might need to enable via unofficial means, of course. It's just that these articles tend to essentially end up being two news pieces in one, and one of them tends to be a bit misleading. (*Yes, yes, the "it's a controlled rollout!" thing. Not a fan of that one either. The argument, not the actual rollout.)
    • Thank you. Will do. I read in the release notes that editor config might be at play here.
    • Actually, I think even Microsoft doesn't know how to control it
    • OpenAI is making Codex more useful in Chrome and the cloud by Pradeep Viswanathan OpenAI's Codex now has more than 5 million users, up nearly 4x from earlier this year. To further accelerate Codex's growth among developers, OpenAI today announced that it has agreed to acquire Ona, a company that builds secure cloud execution and orchestration technology for developers. Ona will enable developers to run Codex with persistent and controlled cloud infrastructure for long-running agentic workflows. Right now, most Codex execution happens locally on developers' laptops and PCs, and the agents work continuously for hours. Through Ona, OpenAI aims to make Codex agents keep working for days without being tied to a user’s local machine or an active session. This will be an important capability for enterprises that want to deploy AI agents in production while maintaining control over infrastructure, data, security boundaries, credential scope, logging, and review workflows. Like any acquisition, the deal is still subject to customary closing conditions, including regulatory approvals. Until the deal closes, OpenAI and Ona will continue to operate as separate companies. After closing, Ona’s team will join the Codex team to improve developer workflows. Alongside the Ona acquisition announcement, OpenAI today introduced a few Codex updates. Developers can now save Codex rate limit resets and use them later instead of losing them when they are not needed immediately. OpenAI is also adding a referral option where users can invite a friend to Codex and get a saved rate limit reset. OpenAI today also announced a developer mode for browser use in Chrome and the Codex in-app browser. With this mode, Codex can use the Chrome DevTools Protocol to debug web apps, inspect pages, and work more directly with browser-based development workflows. Developers can use this when they want Codex to profile JavaScript, inspect console output and network traffic, examine web page states including the DOM and applied styles, and more.
  • Recent Achievements

    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
    • One Year In
      slackerzz earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      PsYcHoKiLLa
      186
    3. 3
      +Edouard
      157
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!