diff options
author | neodarz <neodarz@neodarz.net> | 2017-04-28 00:30:19 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-04-28 00:30:19 +0200 |
commit | 9a88e9ff0385f66e7c565a394908503dc6e916ad (patch) | |
tree | 05ea8b356163f06c5fc99c2caf67fa8d3a28d67d /build/blog/2014-11-25-i-got-16-gigs-of-ram.html | |
parent | f1965c50670f611ef54f9471490d45a554f7d866 (diff) | |
download | my_new_personal_website-9a88e9ff0385f66e7c565a394908503dc6e916ad.tar.xz my_new_personal_website-9a88e9ff0385f66e7c565a394908503dc6e916ad.zip |
Site updated at 2017-04-28T00:29:42+02:00
source branch was at:
f1965c50670f611ef54f9471490d45a554f7d866 Correct a link
Diffstat (limited to '')
-rw-r--r-- | build/blog/2014-11-25-i-got-16-gigs-of-ram.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/build/blog/2014-11-25-i-got-16-gigs-of-ram.html b/build/blog/2014-11-25-i-got-16-gigs-of-ram.html new file mode 100644 index 00000000..fa6c7e39 --- /dev/null +++ b/build/blog/2014-11-25-i-got-16-gigs-of-ram.html @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"/> +<meta content="pandoc" name="generator"/> +<meta content="Zhiming Wang" name="author"/> +<meta content="2014-11-25T16:28:30-0800" name="date"/> +<title>I got 16 gigs of RAM</title> +<link href="/img/apple-touch-icon-152.png" rel="apple-touch-icon-precomposed"/> +<meta content="#FFFFFF" name="msapplication-TileColor"/> +<meta content="/img/favicon-144.png" name="msapplication-TileImage"/> +<meta content="width=device-width, initial-scale=1" name="viewport"/> +<link href="/css/normalize.min.css" media="all" rel="stylesheet" type="text/css"/> +<link href="/css/theme.css" media="all" rel="stylesheet" type="text/css"/> +</head> +<body> +<div id="archival-notice">This blog has been archived.<br/>Visit my home page at <a href="https://zhimingwang.org">zhimingwang.org</a>.</div> +<nav class="nav"> +<a class="nav-icon" href="/" title="Home"><!--blog icon--></a> +<a class="nav-title" href="/"><!--blog title--></a> +<a class="nav-author" href="https://github.com/zmwangx" target="_blank"><!--blog author--></a> +</nav> +<article class="content"> +<header class="article-header"> +<h1 class="article-title">I got 16 gigs of RAM</h1> +<div class="article-metadata"> +<time class="article-timestamp" datetime="2014-11-25T16:28:30-0800">November 25, 2014</time> +</div> +</header> +<p>Today I upgraded the RAM of my MacBook Pro mid-2012 to 2x8GB. I purchased the <a href="http://smile.amazon.com/dp/B008LTBJFW">Crucial 16GB Kit (8GBx2) DDR3/DDR3L 1600 MHz (PC3-12800) CL11 SODIMM 204-Pin 1.35V/1.5V Memory for Mac CT2K8G3S160BM</a> from Amazon, which cost me $146.64 after tax. I followed the <a href="http://support.apple.com/en-us/HT201165">official guide</a> as well as the <a href="https://www.ifixit.com/Guide/MacBook+Pro+13-Inch+Unibody+Mid+2012+RAM+Replacement/10374">iFixit guide</a>. To finish the job I needed a Phillips #00 screwdriver and a spudger, so I purchased the <a href="https://www.ifixit.com/Store/Tools/Spudger/IF145-002">spudger</a> and the <a href="https://www.ifixit.com/Store/Tools/54-Bit-Driver-Kit/IF145-022-1">54 bit driver kit</a> from iFixit.</p> +<p>The actual process was pretty simple. I had a little bit of hard time pulling out the bottom module and pushing in the top module, but overall it was smooth. The only stupid thing I did was that I forgot to push the battery connector back in before I closed the case; I only realized this when I was screwing in the eighth screw (that was a close one!), and had to unscrew everything again.</p> +<p>After I replaced the RAM modules, booting was just normal. And now I've got 16 gigs of RAM!</p> +<div class="figure"> +<a href="https://i.imgur.com/PGhdEGr.png" target="_blank"><img alt="About This Mac->Memory" src="https://i.imgur.com/PGhdEGr.png"/></a> +<p class="caption">About This Mac->Memory</p> +</div> +<p>Want to run multiple memory hoggers <em>along with a Windows VM</em> (with 4GB of RAM)? No problem.</p> +<div class="figure"> +<a href="https://i.imgur.com/czDcVaK.png" target="_blank"><img alt="Activity Monitor->Memory" src="https://i.imgur.com/czDcVaK.png"/></a> +<p class="caption">Activity Monitor->Memory</p> +</div> +<p>By the way, Yosemite is indeed really aggressive at RAM usage. I reserve my opinion on whether there's a memory leak. But so far the performance has been fine, even with 8GB of RAM.</p> +</article> +<hr class="content-separator"/> +<footer class="footer"> +<span class="rfooter"> +<a class="rss-icon" href="/rss.xml" target="_blank" title="RSS feed"><!--RSS feed icon--></a><a class="atom-icon" href="/atom.xml" target="_blank" title="Atom feed"><!--Atom feed icon--></a><a class="cc-icon" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="Released under the Creative Commons Attribution 4.0 International license."><!--CC icon--></a> +<a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a> +</span> +</footer> +</body> +</html> |