Skip to content

Commit

Permalink
Merge pull request #550 from devopsdays/mattstratton/add-sysctl-docs
Browse files Browse the repository at this point in the history
Add persistent sysctl changes to documentation
  • Loading branch information
mattstratton committed Jun 6, 2016
2 parents d3fb5fc + fadc01c commit 125a266
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ Then in a new window:
$ hugo server -w --baseUrl="http://localhost:1313"
```

A more permanent fix is to add the following to `/etc/sysctl.conf` (run `touch /etc/sysctl.conf` first if the file doesn't exist; it likely does not):

```
kern.maxfiles=20480
kern.maxfilesperproc=24576
```
...and reboot!

### Contribute changes
1. Code changes that affect the overall site will be reviewed only if they are in a separate pull request from any event-specific content. tl;dr: don't add "giant template change" in the same PR as "here are some more sponsors". If it affects anything other than your event, it should be in its own PR.
1. We use [github issues](https://github.com/devopsdays/devopsdays-web/issues) to track work, so feel free to create new ones if you like (or read/comment on existing ones).
Expand Down

0 comments on commit 125a266

Please sign in to comment.