On 10/26/21 12:23 PM, Jordan Metzmeier wrote:
Does anyone know what could be happening here? Does writing a file to tmpfs and then deleting it cause the tmpfs to retain that allocated memory until reboot?
Wikipedia tells us that shared memory is used to communicate between programs and between threads in a program. It's created by shm_open and then goes on to say this:
The shared memory created by shm_open is persistent. It stays in the system until explicitly removed by a process. This has a drawback that if the process crashes and fails to clean up shared memory it will stay until system shutdown.
My guess is that one or more of the programs you're using is either crashing or is otherwise ill-behaved and not cleaning up after itself.
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure