Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for pid (0.05 sec)

  1. samples/guide/src/main/java/okhttp3/recipes/kt/WiresharkExample.kt

              println("TLSv1.3 requires an external command run before first traffic is sent")
              println("Follow instructions at https://github.com/neykov/extract-tls-secrets for TLSv1.3")
              println("Pid: ${ProcessHandle.current().pid()}")
    
              Thread.sleep(10000)
            }
          }
          CommandLine -> {
            return ProcessBuilder(
              "tshark",
              "-l",
              "-V",
              "-o",
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat May 10 11:15:14 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/job/ExecJob.java

                buf.append(ComponentUtil.getSystemHelper().getLogFilePath());
            }
            buf.append(File.separator);
            buf.append("gc-").append(getExecuteType()).append(".log");
            buf.append(":utctime,pid,tags:filecount=5,filesize=64m");
            return jvmOptions(buf.toString());
        }
    
        /**
         * Adds JVM options for this job execution.
         *
         * @param options the JVM options to add
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  3. pom.xml

    		<packaging.fess.user>fess</packaging.fess.user>
    		<packaging.fess.group>fess</packaging.fess.group>
    		<packaging.fess.pid.dir>/var/run/fess</packaging.fess.pid.dir>
    		<packaging.fess.systemd.dir>/usr/lib/systemd/system</packaging.fess.systemd.dir>
    		<packaging.fess.systemd.sysctl.dir>/usr/lib/sysctl.d</packaging.fess.systemd.sysctl.dir>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.8.md

      * Fix incorrect CPU usage with 4.7 kernel
      * OOM parser uses kmsg
      * Add hugepages support
      * Add CRI-O support
    
    * Sharing a PID namespace between containers in a pod is disabled by default in version 1.8. To enable for a node, use the `--docker-disable-shared-pid=false` kubelet flag. Be aware that PID namespace sharing requires Docker version greater than or equal to 1.13.1.
    
    * Fix issues related to the eviction manager.
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    phone
    photo
    photography
    photos
    phutho.vn
    phuyen.vn
    phx.enscaled.us
    physio
    pi.gov.br
    pi.it
    pi.leg.br
    piacenza.it
    picard.replit.dev
    pics
    pictet
    pictures
    pid
    piedmont.it
    piemonte.it
    pigboat.jp
    pike.replit.dev
    pila.pl
    pilot.aero
    pimienta.org
    pin
    pinb.gov.pl
    ping
    pink
    pinoko.jp
    pioneer
    pippu.hokkaido.jp
    pisa.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  6. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/pictet.html
    pictet
    
    // pictures : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/pictures.html
    pictures
    
    // pid : Top Level Spectrum, Inc.
    // https://www.iana.org/domains/root/db/pid.html
    pid
    
    // pin : Amazon Registry Services, Inc.
    // https://www.iana.org/domains/root/db/pin.html
    pin
    
    // ping : Ping Registry Provider, Inc.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    phone
    photo
    photography
    photos
    phutho.vn
    phuyen.vn
    phx.enscaled.us
    physio
    pi.gov.br
    pi.it
    pi.leg.br
    piacenza.it
    picard.replit.dev
    pics
    pictet
    pictures
    pid
    piedmont.it
    piemonte.it
    pigboat.jp
    pike.replit.dev
    pila.pl
    pilot.aero
    pimienta.org
    pin
    pinb.gov.pl
    ping
    pink
    pinoko.jp
    pioneer
    pippu.hokkaido.jp
    pisa.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  8. CHANGELOG/CHANGELOG-1.31.md

    - Fixed a bug where the Kubelet miscalculated the process usage of pods, causing pods to never get evicted for PID usage. ([#124101](https://github.com/kubernetes/kubernetes/pull/124101), [@haircommander](https://github.com/haircommander)) [SIG Node and Testing]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
Back to top