aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'git.sr.ht/index.md')
-rw-r--r--git.sr.ht/index.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md
index 017cc57..32d86a5 100644
--- a/git.sr.ht/index.md
+++ b/git.sr.ht/index.md
@@ -31,6 +31,19 @@ git.sr.ht ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAA
git.sr.ht ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMZvRd4EtM7R+IHVMWmDkVU3VLQTSwQDSAvW0t2Tkj60
```
+# Acceptable resource usage
+
+The guidelines on resource usage are somewhat flexible. Here are some tips:
+
+- As an approximation, aim to have repos no larger than the Linux kernel
+ git repo, which is 3.5 GiB.
+- Don't store lots of large binary objects in your repository, such as images,
+ audio, or video. A couple of small binary files (such as your logo or a
+ screenshot) is fine.
+
+If in doubt, you're probably fine. We monitor resource usage and we'll send you
+a friendly email if we notice that you're using too much.
+
# git.sr.ht manual
The following sections document various features of git.sr.ht.