Returns fs.file-max kernel limit on Linux or 0 on other OSes.
()
| 223 | * Returns fs.file-max kernel limit on Linux or 0 on other OSes. |
| 224 | */ |
| 225 | public native static long getFileLimit(); |
| 226 | |
| 227 | /** |
| 228 | * Detects if filesystem is supported by QuestDB. The function returns both FS magic and name. Both |
no outgoing calls
no test coverage detected