website/assets/blog/draft_2023-09-XX-_Web_infrastructure_2/Web Infrastructure 2.md
corentin 6fdcf4f102 Add new entry blog: Web Infra 1 (#3)
* Change blog entry style : titles font weight lighter->normal
* Add tmpfs scripts for linux (dev only)

Co-authored-by: Corentin <corentin-pro@mail.com>
Co-authored-by: Jimmy Vargo <james@ayo.tokyo>
Reviewed-on: ayo/website#3
2023-09-12 18:48:18 +09:00

374 B (Stored with Git LFS)

Security

Offloading storage operations

IoT usually rely on SD card or eMMC for storage. SD card I/O (Input/Ouput) operations can be slow depending on the card and the IoT and both SD card and eMMC lifespan suffers from writting many times. Those points always bothers me and I like to leverage the computer "memory" (the volatile memory : RAM) as much as possible.