Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for and (0.02 sec)

  1. fess.in.bat

    "%FESS_MAX_MEM%" == "" ( L21:set FESS_MAX_MEM=1g L22:) L23: L24:if NOT "%FESS_HEAP_SIZE%" == "" ( L25:set FESS_MIN_MEM=%FESS_HEAP_SIZE% L26:set FESS_MAX_MEM=%FESS_HEAP_SIZE% L27:) L28: L29:REM min and max heap sizes should be set to the same value to avoid L30:REM stop-the-world GC pauses during resize, and so that we can lock the L31:REM heap in memory on startup to prevent any of it from being swapped L32:REM out. L33:set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Xms%FESS_MIN_MEM% -Xmx%FESS_MAX_MEM% L34:set...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      4.2K bytes
  2. service.bat

    jvm.dll ( L116: set JVM_DLL=\bin\server\jvm.dll L117: goto foundJVM L118:) L119: L120:rem Fallback to 'client' JRE L121:if exist "%JAVA_HOME%"\bin\client\jvm.dll ( L122: set JVM_DLL=\bin\client\jvm.dll L123: echo Warning: JAVA_HOME points to a JRE and not JDK installation; a client (not a server^) JVM will be used... L124:) else ( L125: echo JAVA_HOME points to an invalid Java installation (no jvm.dll found in "%JAVA_HOME%"^). Exiting... L126: goto:eof L127:) L128: L129::foundJVM L130:if "%FESS_MIN_MEM%"...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      6K bytes
Back to top