\
* What it does:
* Place where all the data / programs currently being processed are kept.
* Common capacities
* Gigabytes (GB): 1,2,4,8,16
* Effect on system if too limited
* If there is too little memory the system will need secondary storage, which is a lot slower, through virtual memory.
* If virtual memory cannot be made or is insufficient the program or data will just not be loaded.
* It influences how many processes can be done simultaneously.