MCPcopy Create free account
hub / github.com/questdb/questdb / getFileLimit

Method getFileLimit

core/src/main/java/io/questdb/std/Files.java:225–225  ·  view source on GitHub ↗

Returns fs.file-max kernel limit on Linux or 0 on other OSes.

()

Source from the content-addressed store, hash-verified

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

Callers 2

verifyFileLimitsMethod · 0.95
getFileLimitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected