File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,15 @@ It helps to check <https://packages.ubuntu.com/> first and make sure that the
186
186
package is available for both `arm64` and `amd64` architectures. The dev
187
187
desktops are currently running Ubuntu 22.04 LTS.
188
188
189
+ # # Available disk space
190
+
191
+ Every user has a quota of how much disk space they can use.
192
+ Currently, the quota is set to
193
+ [150GB](https://github.com/rust-lang/simpleinfra/blob/8a59e4faeb75a09b072671c74a7cb70160ebef50/ansible/roles/dev-desktop/defaults/main.yml#L7).
194
+
195
+ Exceeding the quota will result in the error `Disk quota exceeded (os error 122)`.
196
+ To save disk space, you may need to remove your build directory as it tends to accumulate a lot of outdated artifacts.
197
+
189
198
# # How to give feedback and report issues
190
199
191
200
If you experience any problems with the dev desktops, or have feedback and
You can’t perform that action at this time.
0 commit comments