diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2018-03-02 12:03:40 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2018-03-02 12:03:40 +0000 |
| commit | 0fecc645618380829406002fddc80b34be56c5f2 (patch) | |
| tree | c761c63b50cb00991db1097864d3c360dd64702a /README.md | |
| parent | 56f8cdff9aaa9bf00c5dc9441a7569374f2cbafb (diff) | |
Increase rlimits before dropping root
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -271,17 +271,6 @@ For that ``ioreplay`` makes use of the INIT section in ``io.replay``. ## 3. Replay
-It has to be ensured that user USER can open many files and processes. Add the following to ``/etc/security/limits.d/ioreplay.conf``:
-
-```sh
-cat <<END | sudo tee /etc/security/limits.d/ioreplay.conf
-* soft nofile 369216
-* hard nofile 369216
-* soft nproc 30768
-* hard nproc 30768
-END
-```
-
To replay the log run:
```sh
|
