Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 24 for pressure (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. gradle.properties

    kotlin.mpp.applyDefaultHierarchyTemplate=false
    
    androidBuild=false
    graalBuild=false
    loomBuild=false
    containerTests=false
    okhttpModuleTests=false
    okhttpDokka=false
    
    # Increase heap and metaspace to reduce GC pressure when loading 30+ plugin classpaths
    org.gradle.jvmargs=-Dfile.encoding=UTF-8
    
    # AGP 9.0 Settings
    android.builtInKotlin=true
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Mar 20 08:47:08 GMT 2026
    - 718 bytes
    - Click Count (0)
  2. guava-testlib/src/com/google/common/testing/GcFinalization.java

     * public void testFooLeak() {
     *   GcFinalization.awaitClear(fooWeakRef());
     * }
     * }
     *
     * <p>This class cannot currently be used to test soft references, since this class does not try to
     * create the memory pressure required to cause soft references to be cleared.
     *
     * <p>This class only provides testing utilities. It is not designed for direct use in production or
     * for benchmarking.
     *
     * @author mike nonemacher
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 20:19:19 GMT 2026
    - 12.3K bytes
    - Click Count (0)
  3. apache-maven/src/assembly/maven/conf/maven-user.properties

    #   none    - Disable caching entirely
    #
    # REFERENCE OPTIONS:
    #   hard - Strong reference (stays in memory, faster access)
    #   soft - Weak reference (can be garbage collected under memory pressure)
    #
    # CONFIGURATION BREAKDOWN:
    #   SourceCacheKey                   - File and RAW model requests (session/hard for consistent file access)
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Sep 29 14:45:25 GMT 2025
    - 2.8K bytes
    - Click Count (0)
  4. CHANGELOG/CHANGELOG-1.36.md

    - The KubeletPSI feature has graduated to General Availability (GA) and continues to be enabled by default. This feature allows the Kubelet to expose Linux cgroup Pressure Stall Information (PSI) metrics, providing deeper visibility into system and pod-level resource contention (CPU, Memory, and I/O) via the Kubelet Summary API. ([#136548](https://github.com/kubernetes/kubernetes/pull/136548), [@mariafromano-25](h...
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 23:38:00 GMT 2026
    - 142.1K bytes
    - Click Count (0)
  5. CHANGELOG/CHANGELOG-1.31.md

    - Fixed a missing behavior where Windows nodes did not implement memory-pressure eviction. ([#122922](https://github.com/kubernetes/kubernetes/pull/122922), [@marosset](https://github.com/marosset)) [SIG Node, Testing and Windows]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Nov 12 11:33:21 GMT 2025
    - 451.9K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.26.md

    - 'Kubelet added the following Pod failure conditions:
      - `DisruptionTarget` (graceful node shutdown, node pressure eviction)' ([#112360](https://github.com/kubernetes/kubernetes/pull/112360), [@mimowo](https://github.com/mimowo))
    - 'Priority and Fairness has introduced a new feature called _borrowing_ that allows an API priority level
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Tue Sep 02 13:51:56 GMT 2025
    - 425.7K bytes
    - Click Count (0)
  7. docs/fr/docs/benchmarks.md

        * FastAPI apporte des fonctionnalités supplémentaires à Starlette. Des fonctionnalités dont vous avez presque toujours besoin lors de la création d'une API, comme la validation des données et la sérialisation. En l'utilisant, vous obtenez une documentation automatique « gratuitement » (la documentation automatique n'ajoute même pas de surcharge à l’exécution,...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 4.1K bytes
    - Click Count (0)
  8. docs/fr/docs/how-to/graphql.md

    /// tip | Astuce
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  9. docs/fr/docs/tutorial/security/index.md

    **FastAPI** fournit plusieurs outils pour vous aider à gérer la **Sécurité** facilement, rapidement, de manière standard, sans avoir à étudier et apprendre toutes les spécifications de sécurité.
    
    Mais d'abord, voyons quelques notions.
    
    ## Pressé ? { #in-a-hurry }
    
    Si ces termes ne vous intéressent pas et que vous avez simplement besoin d'ajouter une sécurité avec une authentification basée sur un nom d'utilisateur et un mot de passe immédiatement, passez aux chapitres suivants.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 5.2K bytes
    - Click Count (0)
  10. docs/fr/docs/deployment/docker.md

    Ensuite, vers la fin du `Dockerfile`, nous copions tout le code. Comme c'est ce qui **change le plus fréquemment**, nous le plaçons vers la fin, car presque toujours, tout ce qui suit cette étape ne pourra pas utiliser le cache.
    
    ```Dockerfile
    COPY ./app /code/app
    ```
    
    ### Construire l'image Docker { #build-the-docker-image }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 32.3K bytes
    - Click Count (0)
Back to Top