Updated README (removed corny chatgpt paragraph)
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
# Decentralized Remotely Accessed Memory
|
||||
|
||||
Ever joked about [downloading more RAM](https://downloadmoreram.com/)? π€£ Well, buckle up, because we're making that meme a reality! Imagine "donating" RAM from one machine to another across a network like a digital octopus π, each tentacle a server sharing a slice of RAM. Each machine becomes both a donor and recipient in this wild, decentralized RAM-sharing bonanza!
|
||||
Ever joked about [downloading more RAM](https://downloadmoreram.com/)? π€£ WELL NOW YOU CAN MOTHER FUCKER!
|
||||
|
||||
**Here's the deal:** we use a [tmpfs](https://en.wikipedia.org/wiki/Tmpfs) on the donor machine to pretend a chunk of its RAM is a hard drive. Then, we get fancy with [NFS](https://en.wikipedia.org/wiki/Network_File_System) to share this faux-drive over the network π. On the recipient's side, we mount this networked RAM-drive and set up a swap file - it's like tricking your computer into thinking it's got extra RAM, borrowed from its buddy next door π€π».
|
||||
**Here's the deal:** we use a [tmpfs](https://en.wikipedia.org/wiki/Tmpfs) on the donor machine to pretend a chunk of its RAM is a hard drive. Then, we get fancy with [NFS](https://en.wikipedia.org/wiki/Network_File_System) to share this faux-drive over the network π. On the recipient's side, we mount this networked RAM-drive and set up a swap file.
|
||||
|
||||
The result? A quirky, decentralized memory-sharing network where servers can lend and borrow RAM from each other, sort of like a high-tech, communal memory bank π¦π§ . It's not just theoretically hilarious, but also a little bit genius in a "why not?" way π.
|
||||
|
||||
Remember, with great power comes great responsibility... and also the risk of network hiccups turning your RAM-sharing dream into a digital chaos midnight! ππΎπ
|
||||
Go insane with it & donate RAM from multiple machines...decentralize the RAM of a single server all over the planet! Latency is the devil π LOL
|
||||
|
||||
## The make-it-happen Magic
|
||||
#### Setup RAM Donator
|
||||
|
||||
Reference in New Issue
Block a user