Skip to content

Commit

Permalink
docs: document places setup error
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Mar 20, 2024
1 parent 44aed06 commit 761352c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ init_connect='SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci'

Restart your database server after making this change.

### General error: 2006 MySQL server has gone away

You may encounter this error where MySQL crashes during planet DB insertion. In this case, use a smaller transaction size for insertion.

```bash
occ memories:places-setup --transaction-size=10
```

## Transcoding

Memories transcodes videos on the fly per-user. This saves space, but requires reasonably good hardware, preferably with hardware acceleration. Check the troubleshooting section [here](/hw-transcoding/#troubleshooting).
Expand Down

0 comments on commit 761352c

Please sign in to comment.