Skip to content

Commit

Permalink
feat: add pg diskfull error til
Browse files Browse the repository at this point in the history
  • Loading branch information
jthodge committed Aug 18, 2024
1 parent 585b14a commit 03db5b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions postgres/diskfull-error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# `DiskFull` Error

```bash
psycopg2.OperationalError: ERROR: could not resize shared memory segment "/PostgreSQL.759674958" to 55444231 bytes: No space left on device
```

## Possible Causes

## Common Fixes

## Investigation Techniques

0 comments on commit 03db5b0

Please sign in to comment.