Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for KILL (0.02 sec)

  1. src/packaging/common/systemd/fess.service

    # in fess.yml and 'MAX_LOCKED_MEMORY=unlimited' in ${packaging.env.file}
    #LimitMEMLOCK=infinity
    
    # Shutdown delay in seconds, before process is tried to be killed with KILL (if configured)
    TimeoutStopSec=20
    
    [Install]
    WantedBy=multi-user.target
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. fuzzing/fuzzingserver-test.sh

    which wstest
    if [ $? != 0 ]; then
      echo "Run 'pip install autobahntestsuite', maybe with 'sudo'."
      exit 1
    fi
    which jq
    if [ $? != 0 ]; then
      echo "Run 'brew install jq'"
      exit 1
    fi
    
    trap 'kill $(jobs -pr)' SIGINT SIGTERM EXIT
    
    set -ex
    
    wstest -m fuzzingserver -s fuzzingserver-config.json &
    sleep 2 # wait for wstest to start
    
    java -jar target/okhttp-tests-*-jar-with-dependencies.jar
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 673 bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/util/JvmUtilTest.java

            String[] args = new String[] { "11:-XX:OnOutOfMemoryError=\"kill -9 %p\"", "11:-Djava.awt.headless=true",
                    "8-:-Dfile.encoding=UTF-8", "17-:-XX:+UseStringDeduplication" };
    
            String[] result = JvmUtil.filterJvmOptions(args);
            assertEquals(3, result.length);
            assertEquals("-XX:OnOutOfMemoryError=\"kill -9 %p\"", result[0]);
            assertEquals("-Djava.awt.headless=true", result[1]);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  4. src/packaging/deb/init.d/fess

    	return=$?
    	if [ $return -eq 0 ]; then
    		i=0
    		timeout=10
    		# Wait for the process to be properly started before exiting
    		until { kill -0 `cat "$PID_FILE"`; } >/dev/null 2>&1
    		do
    			sleep 1
    			i=$(($i + 1))
    			if [ $i -gt $timeout ]; then
    				log_end_msg 1
    				exit 1
    			fi
    		done
    	fi
    	log_end_msg $return
    	exit $return
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/auth/chain/CommandChain.java

                        process.destroy();
                        teminated = true;
                    } catch (final Exception e) {
                        if (logger.isInfoEnabled()) {
                            logger.info("Could not kill the subprocess.", e);
                        }
                    }
                }
            }
    
            /**
             * Sets the finished flag to indicate whether the process has completed.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    kicks-ass.net
    kicks-ass.org
    kids
    kids.us
    kiengiang.vn
    kiev.ua
    kiho.mie.jp
    kihoku.ehime.jp
    kijo.miyazaki.jp
    kikirara.jp
    kikonai.hokkaido.jp
    kikuchi.kumamoto.jp
    kikugawa.shizuoka.jp
    kill.jp
    kilo.jp
    kim
    kim.replit.dev
    kimino.wakayama.jp
    kimitsu.chiba.jp
    kimobetsu.hokkaido.jp
    kin.okinawa.jp
    kindle
    kinghost.net
    kinko.kagoshima.jp
    kinokawa.wakayama.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    tight hold of its right ear and left foot, so as to prevent its
    undoing itself,) she carried it out into the open air.  `IF I
    don't take this child away with me,' thought Alice, `they're sure
    to kill it in a day or two:  wouldn't it be murder to leave it
    behind?'  She said the last words out loud, and the little thing
    grunted in reply (it had left off sneezing by this time).  `Don't
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.7.md

      * Kubernetes now shares a single PID namespace among all containers in a pod when running with docker >= 1.13.1. This means processes can now signal processes in other containers in a pod, but it also means that the `kubectl exec {pod} kill 1` pattern will cause the Pod to be restarted rather than a single container. ([#45236](https://github.com/kubernetes/kubernetes/pull/45236), [@verb](https://github.com/verb))
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.34.md

    - Memory limits could be decreased with a `NotRequired` resize restart policy. When decreasing memory limits,a best-effort check was performed to prevent limits from decreasing below usage and triggering an OOM-kill. ([#133012](https://github.com/kubernetes/kubernetes/pull/133012), [@tallclair](https://github.com/tallclair)) [SIG Apps, Node and Testing]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
  10. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    kicks-ass.net
    kicks-ass.org
    kids
    kids.us
    kiengiang.vn
    kiev.ua
    kiho.mie.jp
    kihoku.ehime.jp
    kijo.miyazaki.jp
    kikirara.jp
    kikonai.hokkaido.jp
    kikuchi.kumamoto.jp
    kikugawa.shizuoka.jp
    kill.jp
    kilo.jp
    kim
    kim.replit.dev
    kimino.wakayama.jp
    kimitsu.chiba.jp
    kimobetsu.hokkaido.jp
    kin.okinawa.jp
    kindle
    kinghost.net
    kinko.kagoshima.jp
    kinokawa.wakayama.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top