Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for Alimin (0.28 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String SUGGEST_UPDATE_CONTENTS_LIMIT_NUM_PERCENTAGE = "suggest.update.contents.limit.num.percentage";
    
        /** The key of the configuration. e.g. 10000 */
        String SUGGEST_UPDATE_CONTENTS_LIMIT_NUM = "suggest.update.contents.limit.num";
    
        /** The key of the configuration. e.g. 50000 */
        String SUGGEST_UPDATE_CONTENTS_LIMIT_DOC_SIZE = "suggest.update.contents.limit.doc.size";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const RLIMIT_DATA = 2
    pkg syscall (darwin-arm64), const RLIMIT_DATA ideal-int
    pkg syscall (darwin-arm64), const RLIMIT_FSIZE = 1
    pkg syscall (darwin-arm64), const RLIMIT_FSIZE ideal-int
    pkg syscall (darwin-arm64), const RLIMIT_NOFILE = 8
    pkg syscall (darwin-arm64), const RLIMIT_NOFILE ideal-int
    pkg syscall (darwin-arm64), const RLIMIT_STACK = 3
    pkg syscall (darwin-arm64), const RLIMIT_STACK ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const RLIMIT_AS = 10
    pkg syscall (netbsd-arm64-cgo), const RLIMIT_AS ideal-int
    pkg syscall (netbsd-arm64-cgo), const RLIMIT_CORE = 4
    pkg syscall (netbsd-arm64-cgo), const RLIMIT_CORE ideal-int
    pkg syscall (netbsd-arm64-cgo), const RLIMIT_CPU = 0
    pkg syscall (netbsd-arm64-cgo), const RLIMIT_CPU ideal-int
    pkg syscall (netbsd-arm64-cgo), const RLIMIT_DATA = 2
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.26.md

        - `apiserver_flowcontrol_current_limit_seats`: current derived number of execution seats available to each priority level
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Mar 14 16:24:51 GMT 2024
    - 425.7K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // The size limit is also applicable for memory medium.
      // The maximum usage on memory medium EmptyDir would be the minimum value between
      // the SizeLimit specified here and the sum of memory limits of all containers in a pod.
      // The default is nil which means that the limit is undefined.
      // More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.10.md

    --pod-max-pids. Note that since this is a alpha feature they will need to enable the "SupportPodPidsLimit" feature. By default, we do not set any maximum limit, If an administrator wants to enable this, they should enable SupportPodPidsLimit=true in the --feature-gates= parameter to kubelet and specify the limit using the --pod-max-pids parameter. The limit set is the total count of all processes running in all containers in the pod. ([#57973](https://github.com/kubernetes/kubernetes/pull/57973),[@dims...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.14.md

        * Custom apiservers built with the latest apiserver library will have the 100MB limit on the body of resource requests as well. The limit can be altered via ServerRunOptions.MaxRequestBodyBytes.
        * The body size limit does not apply to subresources like pods/proxy that proxy request content to another server.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

     Extended resources cannot be overcommitted, so make sure that request and limit are equal
     if both are present in a container spec.
    
     - The default Bootstrap Token created with `kubeadm init` v1.8 expires
     and is deleted after 24 hours by default to limit the exposure of the
     valuable credential. You can create a new Bootstrap Token with
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.12.md

        * Custom apiservers built with the latest apiserver library will have the 100MB limit on the body of resource requests as well. The limit can be altered via ServerRunOptions.MaxRequestBodyBytes.
        * The body size limit does not apply to subresources like pods/proxy that proxy request content to another server.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.9.md

    * Add backoff policy and failed pod limit for a job ([#51153](https://github.com/kubernetes/kubernetes/pull/51153), [@clamoriniere1A](https://github.com/clamoriniere1A))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
Back to top