Jyotiprakash Mishrablog.jyotiprakash.org·Jan 8, 20248 GB of RAM is enough?Memory management is a fundamental aspect of modern computing, essential for the efficient operation of your computer. It's the process that your operating system (OS) uses to control and coordinate how the computer's memory is allocated among variou...Discuss·451 readsvirtual memory
Raineraineyang.hashnode.dev·Dec 8, 2023Learning Note: the Interactions between Memory and Hard DiskThis article is a summary of Chapter 5 of: Yazawa, H. (2015). 程序是怎么跑起来的[How Program Works] (L. Fengjun, Trans.). People's Posts and Telecommunications Press Programs are only execued in memory The first thing to note about in this section is that pro...Discusshard disks
Taegu Kangktg0210.hashnode.dev·May 11, 2023max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]situation ERROR: [1] bootstrap checks failed [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] resolution sysctl -a | grep vm.max_map_countvm.max_map_count = 262144Discuss·1 likevirtual memory
Harsh Mangeblog.harshmange.in·Apr 27, 2023Types of Fragmentation in OS and How to Address ThemFragmentation in an Operating System refers to the phenomenon where the available memory or storage space becomes divided into small, unusable pieces over time, leading to a decrease in system performance and efficiency. This can occur in both physic...Discuss·98 readsfragmentation
Harsh Mangeblog.harshmange.in·Apr 22, 2023Beyond RAM: How Operating Systems Utilize Virtual Memory for Efficient Memory ManagementIntroduction - technique Virtual memory is a memory management technique used by modern operating systems that allows a computer to compensate for shortages of physical memory by temporarily transferring pages of data from random access memory (RAM) ...Discussram
Bhanuprakash Eagalabhanuprakasheagala.hashnode.dev·Jan 28, 2023Visualize The Virtual MemoryHi there, Hope you are doing well : ) Welcome to another interesting topic! As a Computer Science enthusiast, I enjoy Reading, Exploring, Experimenting, and learning a few things on the way. My interests lie mostly but are not limited to the areas of...Discuss·1 like·90 readsoperating system
Udaysinhknowthatstuff.hashnode.dev·Jul 25, 2022Operating System - Memory ManagementWhat is memory management? Memory management is the functionality of an operating system which handles or manages primary memory and moves processes back and forth between main memory and disk during execution. Process Address Space The process addre...Discuss·72 readsoperating system