Что означает код ошибки Windows 1454 (ERROR_PAGEFILE_QUOTA)?

 
Предыдущий Следующий
ERROR_WORKING_SET_QUOTA ERROR_COMMITMENT_LIMIT

ERROR_PAGEFILE_QUOTA

Что означает ERROR_PAGEFILE_QUOTA

ERROR_PAGEFILE_QUOTA — недостаточна квота файла подкачки для выполнения операции.

Что проверить

Проверьте конфигурацию pagefile, доступное место на его томе и commit limit в момент ошибки.

  • Для quota-кода определите, какой процесс/учётная запись упирается в ограничение; для create failed — причину невозможности создать/увеличить файл подкачки.
  • После изменения pagefile подтвердите новый commit limit и состояние System log, а не только наличие файла на диске.

Исходная формулировка

  • The requested memory use exceeded an applicable page-file-backed quota for the process or account.
  • A plug-in worker runs inside a constrained job and caches decompressed assets in private memory. Its page-file usage reaches the job allowance and a later allocation fails with 1454 even though other processes are healthy. Bounding the cache and exposing the job limit in telemetry prevents recurrence.
  • large private committed regions or copy-on-write mappings
  • Free unused committed regions, correct leaks, reduce batch size, or raise the documented host quota when the resource requirement is legitimate.
  • Collect process page-file usage, private bytes, commit size, job-object limits, system commit charge and limit, page-file configuration, allocation type, and requested byte count.

Технические ссылки


Нужно найти другой код? Найти другой код состояния или ошибки.