mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:32:15 +08:00
Update number of files that must be open (#41081)
2048 was not enough :)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user