Skip to content

[Windows] Swap used is bigger than swap total #2074

@thorstenkampe

Description

@thorstenkampe

Summary

  • OS: Windows 11
  • Architecture: 64bit
  • Psutil version: 5.9.0
  • Python version: 3.10.2
  • Type: core

Description

>>> import psutil
>>> psutil.swap_memory()
psutil._common.sswap(
    total=2147483648,
    used=4276985856,
    free=-2129502208,
    percent=199.2,
    sin=0,
    sout=0
)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions