Describe the bug
Can not start Nostream due to not enough memory.
To Reproduce
Run nostream on a small vps (2GB RAM)
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
OS: Debian
Platform: docker
Version: latest
Logs
nostream-db | 2023-02-10 12:18:43.673 UTC [1] FATAL: could not map anonymous shared memory: Cannot allocate memory
nostream-db | 2023-02-10 12:18:43.673 UTC [1] HINT: This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory, swap space, or huge pages. To reduce the request size (currently 4438917120 bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.
Additional context
Is there a way to solve this or are there special memory requirements for Nostream to work?
The text was updated successfully, but these errors were encountered:
Stop your relay using ./scripts/stop.
Delete your .nostr/data folder, then edit your postgresql.conf file using the values https://pgtune.leopard.in.ua/
Use OTP for DB Type.
Describe the bug
Can not start Nostream due to not enough memory.
To Reproduce
Run nostream on a small vps (2GB RAM)
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Logs
Additional context
Is there a way to solve this or are there special memory requirements for Nostream to work?
The text was updated successfully, but these errors were encountered: