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

Method getMapCountLimit

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

Returns vm.max_map_count kernel limit on Linux or 0 on other OSes.

()

Source from the content-addressed store, hash-verified

249 * Returns vm.max_map_count kernel limit on Linux or 0 on other OSes.
250 */
251 public native static long getMapCountLimit();
252
253 public static MmapCache getMmapCache() {
254 return mmapCache;

Callers 2

verifyFileLimitsMethod · 0.95
getMapCountLimitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected