Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Processor usage increases with 4GB RAM installed

Have a look at the Intel Atom® processor D2000 and N2000 series Datasheet, vol. 1.

Note pages 32-33 and table 3-24.

The takeaway from that is while your processor and memory controller support 4 GB of total RAM, they only support it in 2 GB chunks, in 2 GB per slot. Since your 412+ only has one slot, 2 GB is your max RAM. Anything above that is likely to be unpredictable.

Tags:

Performance

Ram

Atom

Related

Avoiding busy waiting in bash, without the sleep command How to print apparently hidden environment variables? Virtualbox: Mount a shared folder in Guest FreeBSD from Host Ubuntu Mount cifs Network Drive: write permissions and chown Double and triple substitution in bash and zsh ${!FOO} and zsh How to monitor RAM ECC errors on Ivy Bridge Xeon E3 processor in Linux? Get monitor make and model and other info in human readable form cron ignores variables defined in ".bashrc" and ".bash_profile" (SSH) Is it dangerous to close terminal without "exit"? Using the not equal operator for string comparison Disk quota exceeded problem

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy