2017-12-11 11:05:08 -05:00
|
|
|
# Performing Operations in GitLab
|
|
|
|
|
|
|
|
Keep your GitLab instance up and running smoothly.
|
|
|
|
|
|
|
|
- [Clean up Redis sessions](cleaning_up_redis_sessions.md): Prior to GitLab 7.3,
|
|
|
|
user sessions did not automatically expire from Redis. If
|
|
|
|
you have been running a large GitLab server (thousands of users) since before
|
|
|
|
GitLab 7.3 we recommend cleaning up stale sessions to compact the Redis
|
|
|
|
database after you upgrade to GitLab 7.3.
|
|
|
|
- [Moving repositories](moving_repositories.md): Moving all repositories managed
|
|
|
|
by GitLab to another file system or another server.
|
|
|
|
- [Sidekiq job throttling](sidekiq_job_throttling.md): Throttle Sidekiq queues
|
|
|
|
that to prioritize important jobs.
|
|
|
|
- [Sidekiq MemoryKiller](sidekiq_memory_killer.md): Configure Sidekiq MemoryKiller
|
|
|
|
to restart Sidekiq.
|
2017-05-30 19:24:45 -04:00
|
|
|
- [Unicorn](unicorn.md): Understand Unicorn and unicorn-worker-killer.
|
2017-12-15 07:39:44 -05:00
|
|
|
- [Speed up SSH operations](fast_ssh_key_lookup.md): Authorize SSH users via a fast, indexed lookup to the GitLab database.
|