-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working