Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 1,213 for Maximum (0.16 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/fieldmanager.go

    	"k8s.io/klog/v2"
    	"sigs.k8s.io/structured-merge-diff/v4/merge"
    )
    
    // DefaultMaxUpdateManagers defines the default maximum retained number of managedFields entries from updates
    // if the number of update managers exceeds this, the oldest entries will be merged until the number is below the maximum.
    // TODO(jennybuckley): Determine if this is really the best value. Ideally we wouldn't unnecessarily merge too many entries.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 16 20:03:48 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/max_seats.go

    */
    
    package flowcontrol
    
    import (
    	"sync"
    )
    
    // MaxSeatsTracker is used to track max seats allocatable per priority level from the work estimator
    type MaxSeatsTracker interface {
    	// GetMaxSeats returns the maximum seats a request should occupy for a given priority level.
    	GetMaxSeats(priorityLevelName string) uint64
    
    	// SetMaxSeats configures max seats for a priority level.
    	SetMaxSeats(priorityLevelName string, maxSeats uint64)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 19:26:52 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/services/BuildServiceSpec.java

         */
        P getParameters();
    
        /**
         * Runs the given action to configure the parameters.
         */
        void parameters(Action<? super P> configureAction);
    
        /**
         * Specifies the maximum number of tasks that can use this service in parallel. Setting this to 1 means that the service will be used by a single task at a time.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 23 18:14:53 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  4. cluster/gce/windows/common.psm1

      [bool]$Force
      # Maximum time since last backup, after which file will be rotated.
      # When no backups exist, Rotate-File acts as if -MaxBackupInterval has not elapsed,
      # instead relying on the other criteria.
      [TimeSpan]$MaxBackupInterval
      # Maximum file size, after which file will be rotated.
      [int]$MaxSize
      # Maximum number of backup archives to maintain.
      [int]$MaxBackups
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 25.4K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheException.kt

            summary
        )
    }
    
    
    class TooManyConfigurationCacheProblemsException internal constructor(
        causes: List<Throwable>,
        summary: () -> String
    ) : ConfigurationCacheProblemsException(
        "Maximum number of configuration cache problems has been reached.\n" +
            "This behavior can be adjusted. ${Documentation.maxProblems}",
        causes,
        summary
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. src/syscall/rlimit.go

    var origRlimitNofile atomic.Pointer[Rlimit]
    
    // Some systems set an artificially low soft limit on open file count, for compatibility
    // with code that uses select and its hard-coded maximum file descriptor
    // (limited by the size of fd_set).
    //
    // Go does not use select, so it should not be subject to these limits.
    // On some systems the limit is 256, which is very easy to run into,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:57 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. cmd/kube-scheduler/app/config/config.go

    	EventBroadcaster events.EventBroadcasterAdapter
    
    	// LeaderElection is optional.
    	LeaderElection *leaderelection.LeaderElectionConfig
    
    	// PodMaxInUnschedulablePodsDuration is the maximum time a pod can stay in
    	// unschedulablePods. If a pod stays in unschedulablePods for longer than this
    	// value, the pod will be moved from unschedulablePods to backoffQ or activeQ.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 24 09:38:49 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  8. src/internal/poll/sendfile_windows.go

    		if _, err = syscall.Seek(o.handle, curpos, io.SeekStart); err != nil {
    			return
    		}
    	}
    
    	// TransmitFile can be invoked in one call with at most
    	// 2,147,483,646 bytes: the maximum value for a 32-bit integer minus 1.
    	// See https://docs.microsoft.com/en-us/windows/win32/api/mswsock/nf-mswsock-transmitfile
    	const maxChunkSizePerCall = int64(0x7fffffff - 1)
    
    	for n > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 18:12:56 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. pilot/cmd/pilot-agent/app/wait.go

    	}
    	if resp.StatusCode != http.StatusOK {
    		return fmt.Errorf("HTTP status code %v", resp.StatusCode)
    	}
    	return nil
    }
    
    func init() {
    	waitCmd.PersistentFlags().IntVar(&timeoutSeconds, "timeoutSeconds", 60, "maximum number of seconds to wait for Envoy to be ready")
    	waitCmd.PersistentFlags().IntVar(&requestTimeoutMillis, "requestTimeoutMillis", 500, "number of milliseconds to wait for response")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1.CustomResourceDefinition.yaml

              url: urlValue
            format: formatValue
            id: idValue
            items:
            - {}
            maxItems: 16
            maxLength: 13
            maxProperties: 21
            maximum: 9.5
            minItems: 17
            minLength: 14
            minProperties: 22
            minimum: 11.5
            multipleOf: 19.5
            nullable: true
            oneOf:
            - {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top