What is “Above 4G decoding”?












4















I've been dealing with a problem where if I don't enable "Above 4G decoding" in the BIOS settings, my server system won't boot up with a certain number of storage devices.



Google results give this:
"The definition of “Above 4G decoding” is to allow the user to enable or disable memory mapped I/O for a 64-bit PCIe device to 4GB or greater address space, because the primary VGA card should always be mapped below 4GB address."
(https://www.asus.com/support/FAQ/1004170/)



But what does this mean, for someone who doesn't know much about computers?










share|improve this question


















  • 3





    It means that the system memory assigned to your VGA card must below the 4 GB address space unless this option is enabled. Depending on the exact specifications of your server, this might not be possible, if the option is disabled. You should leave it enabled based on the fact your system will not boot with it disabled.

    – Ramhound
    Aug 9 '17 at 17:09






  • 1





    @Ramhound You should make this an answer, not a comment. Thanks though!

    – jmoon
    Aug 9 '17 at 18:10
















4















I've been dealing with a problem where if I don't enable "Above 4G decoding" in the BIOS settings, my server system won't boot up with a certain number of storage devices.



Google results give this:
"The definition of “Above 4G decoding” is to allow the user to enable or disable memory mapped I/O for a 64-bit PCIe device to 4GB or greater address space, because the primary VGA card should always be mapped below 4GB address."
(https://www.asus.com/support/FAQ/1004170/)



But what does this mean, for someone who doesn't know much about computers?










share|improve this question


















  • 3





    It means that the system memory assigned to your VGA card must below the 4 GB address space unless this option is enabled. Depending on the exact specifications of your server, this might not be possible, if the option is disabled. You should leave it enabled based on the fact your system will not boot with it disabled.

    – Ramhound
    Aug 9 '17 at 17:09






  • 1





    @Ramhound You should make this an answer, not a comment. Thanks though!

    – jmoon
    Aug 9 '17 at 18:10














4












4








4








I've been dealing with a problem where if I don't enable "Above 4G decoding" in the BIOS settings, my server system won't boot up with a certain number of storage devices.



Google results give this:
"The definition of “Above 4G decoding” is to allow the user to enable or disable memory mapped I/O for a 64-bit PCIe device to 4GB or greater address space, because the primary VGA card should always be mapped below 4GB address."
(https://www.asus.com/support/FAQ/1004170/)



But what does this mean, for someone who doesn't know much about computers?










share|improve this question














I've been dealing with a problem where if I don't enable "Above 4G decoding" in the BIOS settings, my server system won't boot up with a certain number of storage devices.



Google results give this:
"The definition of “Above 4G decoding” is to allow the user to enable or disable memory mapped I/O for a 64-bit PCIe device to 4GB or greater address space, because the primary VGA card should always be mapped below 4GB address."
(https://www.asus.com/support/FAQ/1004170/)



But what does this mean, for someone who doesn't know much about computers?







memory bios






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 9 '17 at 16:55









jmoonjmoon

26115




26115








  • 3





    It means that the system memory assigned to your VGA card must below the 4 GB address space unless this option is enabled. Depending on the exact specifications of your server, this might not be possible, if the option is disabled. You should leave it enabled based on the fact your system will not boot with it disabled.

    – Ramhound
    Aug 9 '17 at 17:09






  • 1





    @Ramhound You should make this an answer, not a comment. Thanks though!

    – jmoon
    Aug 9 '17 at 18:10














  • 3





    It means that the system memory assigned to your VGA card must below the 4 GB address space unless this option is enabled. Depending on the exact specifications of your server, this might not be possible, if the option is disabled. You should leave it enabled based on the fact your system will not boot with it disabled.

    – Ramhound
    Aug 9 '17 at 17:09






  • 1





    @Ramhound You should make this an answer, not a comment. Thanks though!

    – jmoon
    Aug 9 '17 at 18:10








3




3





It means that the system memory assigned to your VGA card must below the 4 GB address space unless this option is enabled. Depending on the exact specifications of your server, this might not be possible, if the option is disabled. You should leave it enabled based on the fact your system will not boot with it disabled.

– Ramhound
Aug 9 '17 at 17:09





It means that the system memory assigned to your VGA card must below the 4 GB address space unless this option is enabled. Depending on the exact specifications of your server, this might not be possible, if the option is disabled. You should leave it enabled based on the fact your system will not boot with it disabled.

– Ramhound
Aug 9 '17 at 17:09




1




1





@Ramhound You should make this an answer, not a comment. Thanks though!

– jmoon
Aug 9 '17 at 18:10





@Ramhound You should make this an answer, not a comment. Thanks though!

– jmoon
Aug 9 '17 at 18:10










1 Answer
1






active

oldest

votes


















3














Since there was never an official answer and this is one of the first Google results:



This allows 64-bit PCIe devices to use addresses in the 64-bit address space. Since 32-bit operating systems cannot access the 64-bit address space*, this option is for compatibility reasons. In most cases, it does not need to be enabled. In my experience, most motherboards default to having this setting off. There's generally no harm in enabling it if you have a 64-bit OS.



Generally, people enable it when they have many PCIe cards installed, such as with triple and quad SLI and using GPGPU compute modules such as NVIDIA's Tesla. It's more commonly used in workstations and servers.



Since neither setting should cause issues on a 64-bit operating system, you can enable or disable it without any ill effect most of the time.

______________

* Note that a 32-bit processor, or a processor in 32-bit mode,
can access 232 bytes,
which is 22×230 = 4 gibibytes (4 GiB).






share|improve this answer





















  • 1





    Likely the OP has some unusual PCIe devices with large amounts of onboard high-speed memory that the BIOS thinks the CPU needs access to. The BIOS might be wrong about that, in which case a BIOS update might fix it. But the BIOS might also be right. I had this same issue with a desktop with a Xeon Phi coprocessor with lots of onboard RAM. In that case, the BIOS was right.

    – David Schwartz
    Jan 6 at 22:48











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1239231%2fwhat-is-above-4g-decoding%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














Since there was never an official answer and this is one of the first Google results:



This allows 64-bit PCIe devices to use addresses in the 64-bit address space. Since 32-bit operating systems cannot access the 64-bit address space*, this option is for compatibility reasons. In most cases, it does not need to be enabled. In my experience, most motherboards default to having this setting off. There's generally no harm in enabling it if you have a 64-bit OS.



Generally, people enable it when they have many PCIe cards installed, such as with triple and quad SLI and using GPGPU compute modules such as NVIDIA's Tesla. It's more commonly used in workstations and servers.



Since neither setting should cause issues on a 64-bit operating system, you can enable or disable it without any ill effect most of the time.

______________

* Note that a 32-bit processor, or a processor in 32-bit mode,
can access 232 bytes,
which is 22×230 = 4 gibibytes (4 GiB).






share|improve this answer





















  • 1





    Likely the OP has some unusual PCIe devices with large amounts of onboard high-speed memory that the BIOS thinks the CPU needs access to. The BIOS might be wrong about that, in which case a BIOS update might fix it. But the BIOS might also be right. I had this same issue with a desktop with a Xeon Phi coprocessor with lots of onboard RAM. In that case, the BIOS was right.

    – David Schwartz
    Jan 6 at 22:48
















3














Since there was never an official answer and this is one of the first Google results:



This allows 64-bit PCIe devices to use addresses in the 64-bit address space. Since 32-bit operating systems cannot access the 64-bit address space*, this option is for compatibility reasons. In most cases, it does not need to be enabled. In my experience, most motherboards default to having this setting off. There's generally no harm in enabling it if you have a 64-bit OS.



Generally, people enable it when they have many PCIe cards installed, such as with triple and quad SLI and using GPGPU compute modules such as NVIDIA's Tesla. It's more commonly used in workstations and servers.



Since neither setting should cause issues on a 64-bit operating system, you can enable or disable it without any ill effect most of the time.

______________

* Note that a 32-bit processor, or a processor in 32-bit mode,
can access 232 bytes,
which is 22×230 = 4 gibibytes (4 GiB).






share|improve this answer





















  • 1





    Likely the OP has some unusual PCIe devices with large amounts of onboard high-speed memory that the BIOS thinks the CPU needs access to. The BIOS might be wrong about that, in which case a BIOS update might fix it. But the BIOS might also be right. I had this same issue with a desktop with a Xeon Phi coprocessor with lots of onboard RAM. In that case, the BIOS was right.

    – David Schwartz
    Jan 6 at 22:48














3












3








3







Since there was never an official answer and this is one of the first Google results:



This allows 64-bit PCIe devices to use addresses in the 64-bit address space. Since 32-bit operating systems cannot access the 64-bit address space*, this option is for compatibility reasons. In most cases, it does not need to be enabled. In my experience, most motherboards default to having this setting off. There's generally no harm in enabling it if you have a 64-bit OS.



Generally, people enable it when they have many PCIe cards installed, such as with triple and quad SLI and using GPGPU compute modules such as NVIDIA's Tesla. It's more commonly used in workstations and servers.



Since neither setting should cause issues on a 64-bit operating system, you can enable or disable it without any ill effect most of the time.

______________

* Note that a 32-bit processor, or a processor in 32-bit mode,
can access 232 bytes,
which is 22×230 = 4 gibibytes (4 GiB).






share|improve this answer















Since there was never an official answer and this is one of the first Google results:



This allows 64-bit PCIe devices to use addresses in the 64-bit address space. Since 32-bit operating systems cannot access the 64-bit address space*, this option is for compatibility reasons. In most cases, it does not need to be enabled. In my experience, most motherboards default to having this setting off. There's generally no harm in enabling it if you have a 64-bit OS.



Generally, people enable it when they have many PCIe cards installed, such as with triple and quad SLI and using GPGPU compute modules such as NVIDIA's Tesla. It's more commonly used in workstations and servers.



Since neither setting should cause issues on a 64-bit operating system, you can enable or disable it without any ill effect most of the time.

______________

* Note that a 32-bit processor, or a processor in 32-bit mode,
can access 232 bytes,
which is 22×230 = 4 gibibytes (4 GiB).







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 7 at 0:37









Scott

15.7k113890




15.7k113890










answered Jan 6 at 22:21









Zzyzx WolfeZzyzx Wolfe

312




312








  • 1





    Likely the OP has some unusual PCIe devices with large amounts of onboard high-speed memory that the BIOS thinks the CPU needs access to. The BIOS might be wrong about that, in which case a BIOS update might fix it. But the BIOS might also be right. I had this same issue with a desktop with a Xeon Phi coprocessor with lots of onboard RAM. In that case, the BIOS was right.

    – David Schwartz
    Jan 6 at 22:48














  • 1





    Likely the OP has some unusual PCIe devices with large amounts of onboard high-speed memory that the BIOS thinks the CPU needs access to. The BIOS might be wrong about that, in which case a BIOS update might fix it. But the BIOS might also be right. I had this same issue with a desktop with a Xeon Phi coprocessor with lots of onboard RAM. In that case, the BIOS was right.

    – David Schwartz
    Jan 6 at 22:48








1




1





Likely the OP has some unusual PCIe devices with large amounts of onboard high-speed memory that the BIOS thinks the CPU needs access to. The BIOS might be wrong about that, in which case a BIOS update might fix it. But the BIOS might also be right. I had this same issue with a desktop with a Xeon Phi coprocessor with lots of onboard RAM. In that case, the BIOS was right.

– David Schwartz
Jan 6 at 22:48





Likely the OP has some unusual PCIe devices with large amounts of onboard high-speed memory that the BIOS thinks the CPU needs access to. The BIOS might be wrong about that, in which case a BIOS update might fix it. But the BIOS might also be right. I had this same issue with a desktop with a Xeon Phi coprocessor with lots of onboard RAM. In that case, the BIOS was right.

– David Schwartz
Jan 6 at 22:48


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1239231%2fwhat-is-above-4g-decoding%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕