We ACTUALLY downloaded more RAM
0 up · 0 down · 0 ratings
Promos
Visit squarespace.com and use offer code LTT for 10% off Create your build at buildredux.com It is no longer just a joke. You can download more RAM! Join us on this foolish escapade to make a system with unholy amounts of memory. Original Tweet: twitter.com Discuss on the forum: linustechtips.com Buy G.SKILL Ripjaws V 16GB (2x8GB) DDR4 3200 Amazon: geni.us Newegg: geni.us Buy G.SKILL Trident Z Neo 32GB (2x16GB) DDR4 3600 Amazon: geni.us Newegg: geni.us Buy Kingston FURY Renegade 32GB (2x16GB) DDR4 3600 Amazon: geni.us Newegg: geni.us Purchases made through some store links may provide some compensation to Linus Media Group. ► GET MERCH: lttstore.com ► AFFILIATES, SPONSORS & REFERRALS: lmg.gg ► PODCAST GEAR: lmg.gg ► SUPPORT US ON FLOATPLANE: floatplane.com FOLLOW US ELSEWHERE --------------------------------------------------- Twitter: twitter.com Facebook: @LinusTech Instagram: @linustech TikTok: @linustech Twitch: twitch.tv MUSIC CREDIT --------------------------------------------------- Intro: Laszlo - Supernova Video Link: youtube.com iTunes Download Link: itunes.apple.com Artist Link: soundcloud.com Outro: Approaching Nirvana - Sugar High Video Link: youtube.com Listen on Spotify: spoti.fi Artist Link: youtube.com Intro animation by MBarek Abdelwassaa @mbarek_abdel Monitor And Keyboard by vadimmihalkevich / CC BY 4.0 geni.us Mechanical RGB Keyboard by BigBrotherECE / CC BY 4.0 geni.us Mouse Gamer free Model By Oscar Creativo / CC BY 4.0 geni.us CHAPTERS --------------------------------------------------- 0:00 Intro 0:31 How it works 1:39 Memory hierarchy 2:17 Linux super power 3:19 Why won't Google let us? 4:11 Our solution 5:18 aaaand it Crashed 5:50 Why this is dumb 7:05 Using it how it's intended 10:27 outro
We start with the premise that you can effectively “download more RAM” by repurposing cloud storage as a working memory layer, a concept explored through a Linux-based setup. The video begins with the team explaining the motivation and the experimental approach, using Google Drive mounted via Rclone as a makeshift swap space to extend system capacity beyond physical RAM. They carefully walk through the memory hierarchy and explain why simply increasing to 10 terabytes of cloud-backed storage does not automatically translate into usable memory, highlighting the role of latency and the constraints of the swap mechanism. The first major segment ends with an attempt to create a swap using cloud storage, which crashes quickly due to Google Drive’s restrictions on random reads and writes, setting the stage for a deeper investigation into what went wrong and why this approach is flawed in practice. They pivot to a more grounded experiment by benchmarking memory throughput with AIDA64 on a high-end Ryzen Threadripper system, establishing a baseline for RAM performance and contrasting it with the cloud-backed swap concept. The subsequent portion shifts to a local swap experiment, mounting a one terabyte SSD partition to host swap data and running a series of renders and browser launches to test real-world impact, revealing that the system still struggles under memory pressure and can even crash when swap activity becomes excessive. The video then analyzes latency as the critical bottleneck, comparing CPU memory access in nanoseconds versus networked or cloud-assisted storage in milliseconds, and demonstrates how slower latency dramatically hurts responsiveness despite high raw throughput. In exploring improvements, the team shows that keeping a local SSD swap can mitigate some issues but is still far slower and less efficient for multitasking than actual RAM, and they conclude that plenty of RAM is still the simpler, more reliable choice. The closing sections reinforce practical guidance: avoid swap-heavy setups for general use, consider more RAM as the straightforward upgrade, and acknowledge the broader lesson that storage performance and memory latency together determine real system responsiveness, even when you can technically engineer larger pool sizes. Overall, the video blends hands-on hardware testing with careful reasoning about memory hierarchies, latency, and the pragmatic limits of using cloud or local storage as a substitute for RAM, ending with a call to optimize for genuine RAM expansion rather than cloud-backed hacks.
Topics · hardware · memory · operating_system · performance · linux · cloud_storage
Questions answered
- What is the core idea behind attempting to use cloud storage as memory in this video?
- The core idea is to explore whether cloud storage can be repurposed as a working memory layer by mounting it as swap space and evaluating whether this can extend usable memory beyond physical RAM, particularly on systems with high memory demands.
- Why did the initial attempt with Google Drive fail?
- The initial attempt failed because Google Drive does not support the random reads and writes required for effective swap, and its security and infrastructure constraints prevent the swap-like usage the experiment attempted.
- What was the practical takeaway about using swap versus actual RAM?
- The practical takeaway is that swap, whether on cloud or local SSD, cannot match the latency and responsiveness of actual RAM, and while a large SSD-based swap can reduce crashes, it remains significantly slower and less suitable for multitasking than having more RAM.