Skip to content

VRAM leak in either decorations or Snowcap #393

@ildar

Description

@ildar

Describe the bug

after ~1 week of running Pinncale:

$ free -h
               total        used        free      shared  buff/cache   available
Mem:            15Gi       6,1Gi       1,4Gi       6,8Gi       8,0Gi       3,3Gi
Swap:           15Gi       8,1Gi       7,9Gi
$  grep Shmem: /proc/meminfo 
Shmem:           7099500 kB
$  awk '/(drm mm object)|i915/ { hypidx = index($1, "-"); from = substr($1, 1, hypidx - 1); to = substr($1, hypidx + 1); sum += strtonum("0x" to) - strtonum("0x" from) } END { print sum }'  /proc/`pidof pinnacle`/maps
11481280512

Because of this I need to logout and start Pinncale again. Then Shmem comes to normal <1MB.

Reproduction steps

Nothing special. Just run usual programs in Pinnacle

Relevant parts of config

None. Default config behaves the same.

Version info

pinnacle 0.2.0-alpha.1

Build Info:
Build profile: release
rustc version: 1.91.0
Branch: VERGEN_IDEMPOTENT_OUTPUT
Commit: VERGEN_IDEMPOTENT_OUTPUT (VERGEN_IDEMPOTENT_OUTPUT)

Distro

ALTLinux

GPU

Intel Corporation HD Graphics 620 (rev 02)

Config language

Lua

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions