Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for prlimit (0.24 sec)

  1. pkg/apis/core/validation/validation_test.go

    						},
    					}},
    					RestartPolicy: core.RestartPolicyAlways,
    					DNSPolicy:     core.DNSClusterFirst,
    				},
    			},
    		},
    		"invalid extended resource requirement without limit": {
    			expectedError: "Limit must be set",
    			spec: core.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "123", Namespace: "ns"},
    				Spec: core.PodSpec{
    					Containers: []core.Container{{
    						Name:            "invalid",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"RegQueryValueEx", Func, 0},
    		{"RemoveDirectory", Func, 0},
    		{"Removexattr", Func, 1},
    		{"Rename", Func, 0},
    		{"Renameat", Func, 0},
    		{"Revoke", Func, 0},
    		{"Rlimit", Type, 0},
    		{"Rlimit.Cur", Field, 0},
    		{"Rlimit.Max", Field, 0},
    		{"Rmdir", Func, 0},
    		{"RouteMessage", Type, 0},
    		{"RouteMessage.Data", Field, 0},
    		{"RouteMessage.Header", Field, 0},
    		{"RouteRIB", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              - name: enable-core-dump
                args:
                - -c
                - sysctl -w kernel.core_pattern=/var/lib/istio/data/core.proxy && ulimit -c unlimited
                command:
                  - /bin/sh
              {{- if contains "/" (annotation .ObjectMeta `sidecar.istio.io/proxyImage` .Values.global.proxy_init.image) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
Back to top