Skip to content

Commit ccabdd1

Browse files
author
Lauren
authored
Merge pull request #2375 from basho/ej/ofl
Change open file limit
2 parents 02502f3 + 4a3365d commit ccabdd1

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

content/riak/kv/2.0.0/setup/installing/smartos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following steps have been tested to work with Riak version 1.2 on SmartOS ve
2727
## Open Files Limit
2828

2929
Before proceeding with installation, you should ensure that the system's open
30-
files limit is at least **4096**. Check the current limits to verify this:
30+
files limit is at least 65536. Check the current limits to verify this:
3131

3232
```bash
3333
ulimit -a

content/riak/kv/2.0.0/setup/installing/solaris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following steps have been tested to work with Riak version 1.3.1 on Solaris
2828
2929
## Open Files Limit
3030

31-
Before proceeding with installation, you should ensure that the system's open files limit is at least **4096** by verifying the current value of `nofiles(descriptors)`. Check the current value with the `ulimit` command:
31+
Before proceeding with installation, you should ensure that the system's open files limit is at least 65536 by verifying the current value of `nofiles(descriptors)`. Check the current value with the `ulimit` command:
3232

3333
```bash
3434
ulimit -a

content/riak/kv/2.0.0/using/performance/open-files-limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ package, add lines for the `riak` user like so, substituting your
8080
desired hard and soft limits:
8181

8282
```config
83-
riak soft nofile 4096
83+
riak soft nofile 65536
8484
riak hard nofile 200000
8585
```
8686

content/riak/kv/2.0.1/setup/installing/smartos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following steps have been tested to work with Riak version 1.2 on SmartOS ve
2727
## Open Files Limit
2828

2929
Before proceeding with installation, you should ensure that the system's open
30-
files limit is at least **4096**. Check the current limits to verify this:
30+
files limit is at least 65536. Check the current limits to verify this:
3131

3232
```bash
3333
ulimit -a

content/riak/kv/2.0.1/setup/installing/solaris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following steps have been tested to work with Riak version 1.3.1 on Solaris
2828
2929
## Open Files Limit
3030

31-
Before proceeding with installation, you should ensure that the system's open files limit is at least **4096** by verifying the current value of `nofiles(descriptors)`. Check the current value with the `ulimit` command:
31+
Before proceeding with installation, you should ensure that the system's open files limit is at least 65536 by verifying the current value of `nofiles(descriptors)`. Check the current value with the `ulimit` command:
3232

3333
```bash
3434
ulimit -a

content/riak/kv/2.0.1/using/performance/open-files-limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ package, add lines for the `riak` user like so, substituting your
8080
desired hard and soft limits:
8181

8282
```config
83-
riak soft nofile 4096
83+
riak soft nofile 65536
8484
riak hard nofile 200000
8585
```
8686

content/riak/kv/2.0.2/setup/installing/smartos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following steps have been tested to work with Riak version 1.2 on SmartOS ve
2727
## Open Files Limit
2828

2929
Before proceeding with installation, you should ensure that the system's open
30-
files limit is at least **4096**. Check the current limits to verify this:
30+
files limit is at least 65536. Check the current limits to verify this:
3131

3232
```bash
3333
ulimit -a

content/riak/kv/2.0.2/setup/installing/solaris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following steps have been tested to work with Riak version 1.3.1 on Solaris
2828
2929
## Open Files Limit
3030

31-
Before proceeding with installation, you should ensure that the system's open files limit is at least **4096** by verifying the current value of `nofiles(descriptors)`. Check the current value with the `ulimit` command:
31+
Before proceeding with installation, you should ensure that the system's open files limit is at least 65536 by verifying the current value of `nofiles(descriptors)`. Check the current value with the `ulimit` command:
3232

3333
```bash
3434
ulimit -a

content/riak/kv/2.0.2/using/performance/open-files-limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ package, add lines for the `riak` user like so, substituting your
8181
desired hard and soft limits:
8282

8383
```config
84-
riak soft nofile 4096
84+
riak soft nofile 65536
8585
riak hard nofile 200000
8686
```
8787

content/riak/kv/2.0.4/setup/installing/smartos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following steps have been tested to work with Riak version 1.2 on SmartOS ve
2727
## Open Files Limit
2828

2929
Before proceeding with installation, you should ensure that the system's open
30-
files limit is at least **4096**. Check the current limits to verify this:
30+
files limit is at least 65536. Check the current limits to verify this:
3131

3232
```bash
3333
ulimit -a

0 commit comments

Comments
 (0)