You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/own/index.mdx
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,23 @@ To find all commits between versions `5.0` and `5.1` made by `sourcegraph/own` t
83
83
84
84
Same query can be run for any owner (a person or a team).
85
85
86
+
## Troubleshooting
87
+
88
+
### Memory issues and worker crashes
89
+
90
+
The Own background processes (such as ownership signals computation) can consume significant memory, potentially causing worker jobs to crash due to excessive memory usage. If you experience memory problems or worker crashes related to Own:
91
+
92
+
1.**Disable ownership signals**: Go to **Site admin > Code graph > Ownership signals** and disable the signals that are causing issues:
93
+
- Recent contributors signal
94
+
- Recent views signal
95
+
- Analytics computation
96
+
97
+
2.**Exclude large repositories**: Use the repository filtering options to exclude large repositories from ownership signal computation.
98
+
99
+
3.**Monitor resource usage**: Check your instance's memory usage after disabling signals to confirm the issue is resolved.
100
+
101
+
If memory issues persist after disabling ownership features, consider whether Own functionality is essential for your use case.
102
+
86
103
## Further reading
87
104
88
105
In order to learn more please check out our references:
0 commit comments