Skip to content

Fix shmem issues

Latest
Compare
Choose a tag to compare
@corbinlc corbinlc released this 20 May 20:01
· 27 commits to staging since this release
ecb4943

Recently, we added support for shared memory. This made some new things possible, like using postgresql and that was cool. But the implementation was not 100% debugged and so it broke other uses of shared memory. This included programs that were working, like xfce, but since PRoot said shmem was supported, it now tried to use shmem and it didn't work well enough. This has now been fixed