Hi,
On this system.
I am getting this message "...Waiting for shared memory..." on both the grp#1 GPU tasks and on the WCG cpu tasks.
I have confirmed the available Boinc Memory is set at 90% for both active/inactive in the BoincMgr GUI.
The Linux system monitor says I am using about 1/3 if the available 16 GB of ram.
I have switched on above 4G.
I searched for the message and it sounds like making most of my ram available should have cleared the error.
Any ideas?
Tom M
A Proud member of the O.F.A. (Old Farts Association). Be well, do good work, and keep in touch.® (Garrison Keillor) I want some more patience. RIGHT NOW!
Copyright © 2024 Einstein@Home. All rights reserved.
You shouldn't be getting that
)
You shouldn't be getting that message on a modern OS and current BOINC
Your memory usage setting in BOINC has nothing to do with the error.
Shared memory is NOT system memory.
What does lsipc show?
What does du -h /dev/shm/ show?
You are running out of shared memory segments from running too many projects that have exceeded the default Ubuntu settings or more likely you have WAY too many browser tabs open. The browser writes a ton to the shared memory segments.
What does sudo lsof /dev/shm show?
tlgalenson@Ryzen-Charon:~$
)
tlgalenson@Ryzen-Charon:~$ du -h /dev/shm/
0 /dev/shm/
tlgalenson@Ryzen-Charon:~$
A Proud member of the O.F.A. (Old Farts Association). Be well, do good work, and keep in touch.® (Garrison Keillor) I want some more patience. RIGHT NOW!
I think some part of Boinc
)
I think some part of Boinc got garbled.
After I re-installed BOINC AIO (without pandora) and reset both projects the strangeness went away.
Running the stock grp#1 right now.
Tom M
A Proud member of the O.F.A. (Old Farts Association). Be well, do good work, and keep in touch.® (Garrison Keillor) I want some more patience. RIGHT NOW!
Everything looks normal
)
Everything looks normal except for your last command which should not have included show on the command line. The show was an interrogative.
sudo lsof /dev/shm
was what I asked for.