ChipTuner on Nostr: I just read their persistent disk docs. Yeah that's a limitation of render and their ...
I just read their persistent disk docs. Yeah that's a limitation of render and their filesystem policy, you can't even share the filesystem points, which is a nicely working feature of containers obviously. I guess they intend users rely on other persistent data methods for more complex sharing, which is probable the enterprise use case. Use S3, or a database don't use the filesystem.
To be fair though there are other reasons they may limit this. Often VPS providers use ramfs to keep things snappy because most apps don't need much space, and if you need a DB or some other large storage system they offer they separately. So they may provision X GB of storage, but it's sitting on an array somewhere so they map some, or all storage to memory, so they don't want people actually using the storage they pay for because they can't make the same performance guarantees. That's speculation based on what i've seen for small VPS (like 25gb or less of persistent storage)
Published at
2025-05-14 20:47:01Event JSON
{
"id": "6ae2340fcd68cfb8eac329063f529034860f56c5c477df385d5ca878c94dadb8",
"pubkey": "036533caa872376946d4e4fdea4c1a0441eda38ca2d9d9417bb36006cbaabf58",
"created_at": 1747255621,
"kind": 1,
"tags": [
[
"e",
"2692061bce944057cb84d0ca38f4e55b3963fffbe7696310470f2aacfaa6d33e",
"wss://relay.damus.io/",
"root"
],
[
"e",
"0bad5d767c0632fa9f8f056761450b6058b03c70e66a8a2cf75fa3a2d063a949",
"wss://nostrelites.org/",
"reply",
"97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322"
],
[
"p",
"036533caa872376946d4e4fdea4c1a0441eda38ca2d9d9417bb36006cbaabf58",
"",
"ChipTuner"
],
[
"p",
"3e0f744d54acee8e2c7fea0be2c4cf99c089a4faa83ff7ccc3d0d9f1b59a3463",
"",
"lkraider"
],
[
"p",
"97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322"
]
],
"content": "I just read their persistent disk docs. Yeah that's a limitation of render and their filesystem policy, you can't even share the filesystem points, which is a nicely working feature of containers obviously. I guess they intend users rely on other persistent data methods for more complex sharing, which is probable the enterprise use case. Use S3, or a database don't use the filesystem. \n\nTo be fair though there are other reasons they may limit this. Often VPS providers use ramfs to keep things snappy because most apps don't need much space, and if you need a DB or some other large storage system they offer they separately. So they may provision X GB of storage, but it's sitting on an array somewhere so they map some, or all storage to memory, so they don't want people actually using the storage they pay for because they can't make the same performance guarantees. That's speculation based on what i've seen for small VPS (like 25gb or less of persistent storage) ",
"sig": "a162d34709c5125f524c4f2fd00ebd226f9960fb3a70aeed54220cf0d985ceeb390cdadf3ade9312b02d3eb9129c6e5e2fc2349cf8ab857d2448844d26e89fd7"
}