Read the statement by Michael Teeuw here.
Development Branch -- Screen Going Blank
-
@sdetweil keeps happening unfortunately. it might be time to start removing modules to see if that helps.
Two errors seen:
out of memory error and also saw a fatal: unable to access ‘https://github.com/MichMich/MagicMirror.git/’: gnutls_handshake() failed: Error in the push function.I’m only using:
MMM-MyWastePickup (only uses local file)
MMM-Unsplash (hits Unsplash twice an hour)
MMM-DarkSkyForecast
MMM-Tools
Calendar does an iCloud refresh using vdirsyncer (every 30 minutes)Calendar-Fetcher looks to be doing a broadcasting of events every 10 to 12 minutes. Not sure what this is.
mem total=925 / used=272
swap total=1023 / used=116I wonder if the iCloud hit happens at the same time as the Unsplash hit causing an issue.
-
@yk said in Development Branch -- Screen Going Blank:
Not sure what this is.
mem total=925 / used=272
swap total=1023 / used=116if swap was 100, now 116 meg used.
memory 272 used doesn’t make sense -
@sdetweil sorry
I bumped up the swap already to 1024
memory
total = 925
used = 272swap
total=1023
used=116 -
@yk shouldn’t have used any swap if u still have free main memory
-
@sdetweil agreed.
But i’m seeing the below after another memory issue today.
type total used free shared buff/cache availabl
Mem: 925 291 367 9 267 571
Swap: 1023 93 930 -
@sdetweil I’m working with the developer of MMM-Unsplash. This might be down the the usage of “raw”. Will revert.
Separately, just to confirm: no issue with calendar fetcher broadcasting every 10 minutes? What is it doing? (can you tell I’m sniffing everything now?) ;)
-
@sdetweil let’s close this one. There was a need to pass through a height or width value when using MMM-Unsplash. Passing nothing seems to have grabbed the raw file and chewed up a good deal of memory. I’m still monitoring.
I’d love to setup a log element that drops memory usage into the pm2 logs. Just fear monitoring memory may eat up too much memory ;) (but I should have plenty of it)
I’m using MMM-Tools to display stats, may leverage that.