You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,43 @@ make serve
58
58
59
59
This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
60
60
61
+
### Troubleshooting MacOS for too many open files
62
+
63
+
If you run `make serve` on MacOS and receive the following error:
64
+
65
+
```
66
+
ERROR 2020/08/01 19:09:18 Error: listen tcp 127.0.0.1:1313: socket: too many open files
67
+
make: *** [serve] Error 1
68
+
```
69
+
70
+
Try checking the current limit for open files:
71
+
72
+
`launchctl limit maxfiles`
73
+
74
+
Then run the following commands:
75
+
76
+
```
77
+
#!/bin/sh
78
+
79
+
# These are the original gist links, linking to my gists now.
Learn more about SIG Docs Kubernetes community and meetings on the [community page](https://github.com/kubernetes/community/tree/master/sig-docs#meetings).
@@ -102,4 +139,4 @@ Participation in the Kubernetes community is governed by the [CNCF Code of Condu
102
139
103
140
# Thank you!
104
141
105
-
Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation!
142
+
Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation!
0 commit comments