Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@r @p @rats_god
if anyone reading this thread wants to run pleroma on openbsd keep this in the back of your mind because it took me a while to figure out last time
the 'openbsd on pleroma' guide gives you this to add to login.conf:
```
pleroma:\
:datasize-max=1536M:\
:datasize-cur=1536M:\
:openfiles-max=4096
```
you want a colon at the end of each line, so you need
```
pleroma:\
:datasize-max=1536M:\
:datasize-cur=1536M:\
:openfiles-max=4096:
```
lol