File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ My Build is Using Too Many Resources
2
+ ====================================
3
+
4
+ We limit build resources to make sure that users don't overwhelm our build systems.
5
+ If you are running into this issue,
6
+ there are a couple fixes that you might try.
7
+
8
+ .. note :: The current build limits can be found on our :doc:`/builds` page.
9
+
10
+ Reduce formats you're building
11
+ ------------------------------
12
+
13
+ You can change the formats of docs that you're building with our YAML file's :ref: `yaml-config:Formats ` option.
14
+
15
+ In particular, the `htmlzip ` takes up a decent amount of memory and time,
16
+ so disabling that format might solve your problem.
17
+
18
+ Reduce documentation build dependencies
19
+ ---------------------------------------
20
+
21
+ A lot of projects reuse their requirements file for their documentation builds.
22
+ If there are extra packages that you don't need for building docs,
23
+ you can create a custom requirements file just for documentation.
24
+ This should speed up your documentation builds,
25
+ as well as reduce your memory footprint.
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"bowser" : " ^1.9.3" ,
8
8
"cssfilter" : " 0.0.8" ,
9
- "github-changelog" : " git+https://github.com/agjohnson/github-changelog.git"
9
+ "github-changelog" : " git+https://github.com/agjohnson/github-changelog.git" ,
10
+ "npm" : " ^6.1.0"
10
11
},
11
12
"devDependencies" : {
12
13
"bower" : " *" ,
You can’t perform that action at this time.
0 commit comments