Commit 20779caa authored by Stefan Schmalzhaf's avatar Stefan Schmalzhaf

Change gitlab-foss-links

parent ad9e7c76
...@@ -15,7 +15,7 @@ taken to protect the users. ...@@ -15,7 +15,7 @@ taken to protect the users.
NOTE: **Note:** NOTE: **Note:**
[Shared runners on GitLab.com](../quick_start/README.md#shared-runners) do not [Shared runners on GitLab.com](../quick_start/README.md#shared-runners) do not
provide an interactive web terminal. Follow [this provide an interactive web terminal. Follow [this
issue](https://gitlab.com/gitlab-org/gitlab-foss/issues/52611) for progress on issue](https://gitlab.com/gitlab-org/gitlab/-/issues/24674) for progress on
adding support. For groups and projects hosted on GitLab.com, interactive web adding support. For groups and projects hosted on GitLab.com, interactive web
terminals are available when using your own group or project runner. terminals are available when using your own group or project runner.
......
...@@ -79,11 +79,11 @@ Marked stuck import jobs as failed. JIDs: xyz ...@@ -79,11 +79,11 @@ Marked stuck import jobs as failed. JIDs: xyz
| Problem | Possible solutions | | Problem | Possible solutions |
| -------- | -------- | | -------- | -------- |
| [Slow JSON](https://gitlab.com/gitlab-org/gitlab-foss/issues/54084) loading/dumping models from the database | [split the worker](https://gitlab.com/gitlab-org/gitlab-foss/issues/54085) | | [Slow JSON](https://gitlab.com/gitlab-org/gitlab/-/issues/25251) loading/dumping models from the database | [split the worker](https://gitlab.com/gitlab-org/gitlab/-/issues/25252) |
| | Batch export | | Batch export
| | Optimize SQL | | Optimize SQL
| | Move away from `ActiveRecord` callbacks (difficult) | | Move away from `ActiveRecord` callbacks (difficult)
| High memory usage (see also some [analysis](https://gitlab.com/gitlab-org/gitlab-foss/issues/35389) | DB Commit sweet spot that uses less memory | | High memory usage (see also some [analysis](https://gitlab.com/gitlab-org/gitlab/-/issues/18857) | DB Commit sweet spot that uses less memory |
| | [Netflix Fast JSON API](https://github.com/Netflix/fast_jsonapi) may help | | | [Netflix Fast JSON API](https://github.com/Netflix/fast_jsonapi) may help |
| | Batch reading/writing to disk and any SQL | | Batch reading/writing to disk and any SQL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment