- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for vnopts (0.04 sec)
-
VirtualHostHelper.java
L49: L50: protected <T> T processVirtualHost(final Function<String, T> func, final T defaultValue) { L51: final Tuple3<String, String, String>[] vHosts = ComponentUtil.getFessConfig().getVirtualHosts(); L52: return LaRequestUtil.getOptionalRequest().map(req -> { L53: for (final Tuple3<String, String, String> host : vHosts) { L54: final String headerValue = req.getHeader(host.getValue1()); L55: if (host.getValue2().equalsIgnoreCase(headerValue))...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.7K bytes -
fess
to 256m min, 1g max L60:# Set FESS_HEAP_SIZE to 50% of available RAM, but no more than 31g L61:#FESS_HEAP_SIZE=2g L62: L63:# Heap new generation L64:#FESS_HEAP_NEWSIZE= L65: L66:# max direct memory L67:#FESS_DIRECT_SIZE= L68: L69:# Additional Java OPTS L70:#FESS_JAVA_OPTS= L71: L72:# Maximum number of open files L73:MAX_OPEN_FILES=65535 L74: L75:# Maximum amount of locked memory L76:#MAX_LOCKED_MEMORY= L77: L78:# Fess log directory L79:LOG_DIR=${packaging.fess.log.dir} L80: L81:# Fess data directory...github.com/codelibs/fess/src/packaging/deb/init...Sun Jan 15 06:32:15 UTC 2023 5.8K bytes