Extend SWAP(KILL PROGRAM SELF DUE TO LACK OF RAM)
01 Mar 2022 | Programming
when we handle many data at the same time, maybe your ram be filled to full, and when it data handling over ram size, then program kill by system to protect damage.
for in that case, we need to have virtual memory(swap).
when we handle many data at the same time, maybe your ram be filled to full, and when it data handling over ram size, then program kill by system to protect damage.
for in that case, we need to have virtual memory(swap).
Comments