Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 340 for utilize (0.34 seconds)

  1. CHANGELOG/CHANGELOG-1.14.md

    ### Scheduling
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Click Count (0)
  2. docs/pt/docs/deployment/https.md

    * Executar como um servidor (ao menos durante o processo de aquisição do certificado) no endereço IP público associado com o domínio.
        * Como dito anteriormente, apenas um processo pode estar ligado a uma porta e IP específicos.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 14.6K bytes
    - Click Count (0)
  3. cmd/server_test.go

    	// The assertion is removed from this block since the purpose of this block is to find races
    	// The purpose this block is not to check for correctness of functionality
    	// Run the test with -race flag to utilize this
    	var wg sync.WaitGroup
    	for range testConcurrencyLevel {
    		wg.Add(1)
    		go func() {
    			defer wg.Done()
    			// HTTP request to create the bucket.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 118.1K bytes
    - Click Count (0)
  4. docs/ko/docs/deployment/concepts.md

    /// tip | 팁
    
    컨테이너로 이를 처리하는 더 구체적인 예시는 다음 장에서 제공하겠습니다: [컨테이너에서 FastAPI - Docker](docker.md).
    
    ///
    
    ## 리소스 활용 { #resource-utilization }
    
    서버는 여러분이 프로그램으로 소비하거나 **활용(utilize)**할 수 있는 **리소스**입니다. CPU의 계산 시간과 사용 가능한 RAM 메모리가 대표적입니다.
    
    시스템 리소스를 얼마나 소비/활용하고 싶으신가요? “많지 않게”라고 생각하기 쉽지만, 실제로는 **크래시하지 않는 선에서 가능한 한 많이** 사용하고 싶을 가능성이 큽니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 21.2K bytes
    - Click Count (0)
  5. docs/pt/docs/virtual-environments.md

    ///
    
    ## Ative o ambiente virtual { #activate-the-virtual-environment }
    
    Ative o novo ambiente virtual para que qualquer comando Python que você executar ou pacote que você instalar o utilize.
    
    /// tip | Dica
    
    Faça isso **toda vez** que iniciar uma **nova sessão de terminal** para trabalhar no projeto.
    
    ///
    
    //// tab | Linux, macOS
    
    <div class="termy">
    
    ```console
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 23K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.15.md

    This method of monitoring consumption, which is currently available only for `emptyDir` volumes, is faster and more accurate than the old method of walking the filesystem tree. Note that it does not enforce limits, it only monitors consumption. To utilize this functionality, set the feature gate `LocalStorageCapacityIsolationFSQuotaMonitoring=true`. For ext4fs filesystems, create the filesystem with `mkfs.ext4 -O project <block_device>` and run `tune2fs -Q prjquota `block device`; XFS filesystems need...
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Click Count (0)
  7. CHANGELOG/CHANGELOG-1.30.md

      This feature is in alpha. ([#122887](https://github.com/kubernetes/kubernetes/pull/122887), [@jpbetz](https://github.com/jpbetz))
    - `ValidatingAdmissionPolicy` now supports type checking policies that utilize variables. ([#123083](https://github.com/kubernetes/kubernetes/pull/123083), [@jiahuif](https://github.com/jiahuif))
    
    ### Documentation
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Jun 18 18:59:10 GMT 2025
    - 398.1K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.32.md

    - A new /resize subresource was added to request pod resource resizing. Update your k8s client code to utilize the /resize subresource for Pod resizing operations. ([#128266](https://github.com/kubernetes/kubernetes/pull/128266), [@AnishShah](https://github.com/AnishShah)) [SIG API Machinery, Apps, Node and Testing]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 26 23:58:21 GMT 2026
    - 470.5K bytes
    - Click Count (0)
  9. docs/fr/docs/tutorial/security/simple-oauth2.md

    Chaque « scope » n'est qu'une chaîne (sans espaces).
    
    Ils sont normalement utilisés pour déclarer des permissions de sécurité spécifiques, par exemple :
    
    * `users:read` ou `users:write` sont des exemples courants.
    * `instagram_basic` est utilisé par Facebook / Instagram.
    * `https://www.googleapis.com/auth/drive` est utilisé par Google.
    
    /// info
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  10. docs/fr/docs/tutorial/metadata.md

    Notez que vous pouvez utiliser Markdown à l’intérieur des descriptions, par exemple « login » sera affiché en gras (**login**) et « fancy » sera affiché en italique (_fancy_).
    
    /// tip | Astuce
    
    Vous n’avez pas à ajouter des métadonnées pour tous les tags que vous utilisez.
    
    ///
    
    ### Utiliser vos tags { #use-your-tags }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 6.6K bytes
    - Click Count (0)
Back to Top