Questions tagged [pae]

Physical Address Extension (PAE) is a feature of 32-bit Intel (and compatible) CPUs that gives them a physical address space larger than 4 gigabytes.

18 questions
12
votes
2 answers

Why does my system show only 3.2 GiB of RAM when I definitely have 4.0 GiB

I have 2x2 GiB sticks of RAM installed. Running memtest86 from the grub boot menu confirms this.. memtest86 reports no errors. However every which way I check my available memory in a running Ubuntu 10.04 system, it reports only approximately 3.2…
Peter.O
  • 32,426
  • 28
  • 115
  • 163
6
votes
2 answers

Maximum memory usable by a 32 bit RHEL 6 system

I have installed a 32 bit RHEL OS on a 64 bit system. From the wiki page of PAE: The Linux kernel includes full PAE mode support starting with version 2.3.23, with Linus Torvalds mentioning PAE's 4 MB page support in 1.3.15,[18] enabling access…
Ramesh
  • 38,687
  • 43
  • 140
  • 215
6
votes
3 answers

What is the difference between 32-bit PAE and 64-bit kernels?

I ask this only in regards to memory addressing. I know that a PAE kernel allows the OS to access more memory than a standard 32-bit kernel, however, what are the other implications? What specific differences are there between a 64-bit kernel and a…
Mr. Shickadance
  • 6,884
  • 6
  • 26
  • 28
5
votes
2 answers

How much RAM can an application allocate on 64-bit x86 Linux systems?

Is it true that a single application can not allocate more than 2 GiBs even if the system has GiBs more free memory when using a 32-bit x86 PAE Linux kernel? Is this limit loosened by 64-bit x86 Linux kernels?
Ivan
  • 17,368
  • 35
  • 93
  • 118
4
votes
1 answer

Is PAE worth it when I have 4GB RAM?

I have 4GB RAM installed on my machine, and I'm considering using all of it (IE, installing PAE-enabled kernel). I heard there's a performance penalty for this, so I wanted to know about other's experiences. Should I proceed, or should I remain…
tshepang
  • 64,472
  • 86
  • 223
  • 290
3
votes
2 answers

How do I find out if my computer has PAE using Linux?

Possible Duplicate: What do the flags in /proc/cpuinfo mean? I tried installing CentOS 6.3 on my computer only to see a complaint that my computer doesn't have PAE. I am not sure if my computer has it and it's just disabled or if it doesn't have…
Eric
  • 839
  • 4
  • 13
  • 19
3
votes
2 answers

Physical Address Extension - how do virtual addresses work?

I'm running Debian Linux. uname -m says i686 which means 32-bit architecture machine with pae flag enabled. getconf LONG_BIT is 32. Installed RAM capacity is 6GB. My /proc/cpuinfo has an entry address sizes : 40 bits physical, 48 bits virtual.…
3
votes
1 answer

Preemptive kernel and Physical Address Extension

Is there anyone that can tell me why, on a preemptive kernel, PAE would not work? This question is an exam question, however I haven't got a clue why it would not work.
Lucas Kauffman
  • 1,243
  • 2
  • 12
  • 22
3
votes
1 answer

Can 32 bit applications on a 64 bit kernel use all the memory?

I know that the 32-Bit kernel can use PAE to allocate more RAM to applications with PAE (up to 64GB) as such I imagine if I am running 32 bit applications on a 32-bit kernel I can use all of my 24GB on one application (-what my OS is using ofc). But…
Cestarian
  • 1,991
  • 5
  • 26
  • 45
2
votes
2 answers

Fedora 15 i686 report only 2.6 GB RAM

I have laptop Asus N53SV with 4 GB of RAM, i7 with integrated card and dedicated GPU. My problem on Fedora is that system reports only 2.6 GB RAM. I know that I should use kernel with PAE but even after I install it, I have only 2.6 GB RAM…
sebastian
  • 21
  • 2
1
vote
0 answers

How to disable PAE feature of kernel, after installation?

I am using RHEL 5.3(x86) as a base platform for my development purpose.My machine's spec is as follows: Intel, Core-i3 Processor @ 2.5GHz 4GB RAM Problem is whenever I am attempting to install the kernel(2.6.18), it is being installed as PAE…
manmatha.roy
  • 197
  • 1
  • 4
  • 9
0
votes
1 answer

Is PAE harddrive dependent?

I have two M1400 and I can successfully boot and installed Bodhi Linux on one of them. When I try to boot it on the second one I get a Kernel Error saying that the CPU doesn't support PAE. The two PC's are practically Identical, The same Bios…
Mallow
  • 140
  • 6
0
votes
1 answer

Can't boot Peppermint 32 bits in VirtualBox 6.1.40 - kernel does not have PAE

In a laptop of 64 bits with Windows 7 as host with VirtualBox 6.1.40 installed, was created a Virtual Machine for the latest Peppermint OS available at Choosing and Downloading a Disk Image. I got the PeppermintOS-i386.iso file and the Virtual…
Manuel Jordan
  • 1,414
  • 9
  • 33
0
votes
1 answer

Does Linux Mint support PAE for 32-bit Cinnamon and MATE?

Does Linux Mint 32-bit support PAE for both Cinnamon and MATE desktop environments?
lambda23
  • 103
  • 3
0
votes
3 answers

Why can't I install Linux Lite?

I am a newcomer to Linux, and I want to instal Linux Lite on an old Dell laptop. It has 2GB of Ram, and is 32-bit. I get a message that tells me I don't have the correct kernel on my CPU to instal, pae. I have tried to download pae (in Mint) from…
1
2