mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update number of files that must be open (#41081)
2048 was not enough :)
This commit is contained in:
parent
5d98155b5f
commit
d069f0900e
@ -212,7 +212,7 @@ ulimit -a
|
||||
To change the number of open files allowed, run:
|
||||
|
||||
```
|
||||
ulimit -S -n 2048
|
||||
ulimit -S -n 4096
|
||||
```
|
||||
|
||||
The number of files needed may be different on your environment. To determine the number of open files needed by `make run`, run:
|
||||
|
Loading…
Reference in New Issue
Block a user