Hacker News
new
past
comments
ask
show
jobs
points
by
gcr
6 hours ago
|
comments
by
Retr0id
6 hours ago
|
next
[-]
They tell you to use a proper FS, which is largely orthogonal to containerization.
reply
by
jmull
5 hours ago
|
parent
|
[-]
WAL relies on shared memory, so while a proper FS is necessary, it isn't going to help in this case.
reply
by
fauigerzigerk
4 hours ago
|
parent
|
[-]
Why does it not help if both containers can mmap the same -shm file?
reply
by
jmull
2 hours ago
|
parent
|
[-]
Shared memory across containers is a property of a containerization environment, not a property of a file system, "proper" or not.
reply
by
merb
4 hours ago
|
prev
|
[-]
btw nfs that is mentioned here is fine in sync mode. However that is slow.
reply