Skip to content

Commit

Permalink
oops ulimit (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniphil committed Mar 2, 2025
1 parent e819815 commit 56bf846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions constellation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ some todos
- [x] backups!
- [x] manual backup on startup
- [x] background task to create backups on an interval
- [ ] add a low-ulimit check on startup?
cache
- [ ] set api response headers
Expand Down
2 changes: 2 additions & 0 deletions cozy-setup (move to another repo).md
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,11 @@ scrape_configs:
etc
- follow above `- raspi node_exporter`
- configure victoriametrics to scrape the new pi
- configure ulimit before starting! `ulimit -n 16384`
- `RUST_BACKTRACE=full cargo run --release -- --backend rocks --data /mnt/constellation-index/ --jetstream us-east-2 --backup /home/pi/backup/constellation-index --backup-interval 6 --max-old-backups 20`
- add server to nginx gateway upstream: ` server 100.123.79.12:6789; # bootes`
- stop backups from running on the older instance! `RUST_BACKTRACE=full cargo run --release -- --backend rocks --data /mnt/links-2.rocks/ --jetstream us-east-1`
- stop upstreaming requests to older instance in nginx


- todo: overlayfs? would need to figure out builds/updates still, also i guess logs are currently written to sd? (oof)
Expand Down

0 comments on commit 56bf846

Please sign in to comment.