MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MM is eating all memory and crash!

    Scheduled Pinned Locked Moved Troubleshooting
    18 Posts 5 Posters 11.4k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      juergschwarz @Mykle1
      last edited by

      Now i changed to Raspberry 3. After 2h system crashed. 4MB memory left.

      This is my sylog

      Nov 9 22:03:06 raspi32 kernel: [ 5458.473560] Out of memory: Kill process 880 (electron) score 948 or sacrifice child
      Nov 9 22:03:06 raspi32 kernel: [ 5458.473695] Killed process 880 (electron) total-vm:981380kB, anon-rss:671832kB, file-rss:104kB, shmem-rss:7180kB
      Nov 9 22:05:58 raspi32 systemd[1]: Started Session c4 of user pi.

      This is not realy what i can use. I dont like to change to debian 8.

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @juergschwarz
        last edited by

        @juergschwarz said in MM is eating all memory and crash!:

        Now i changed to Raspberry 3. After 2h system crashed. 4MB memory left.

        A memory leak was discussed in the topic I recommended to you. Was that result with the default installation of MM or did you add other modules?

        This is not realy what i can use. I dont like to change to debian 8.

        Your choice, sir. Good luck :-)

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          juergschwarz @Mykle1
          last edited by juergschwarz

          @Mykle1 With Rasp 3 i checked again with this six modules on 1. thread. Whitch Raspi .iso do you guy use for MM? Maybee i should install all things manual instead of this automatic installation? Memory leak not possible couse of Raspi 2 was the same issue and 2 different SD Cards.

          Mykle1M 1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @juergschwarz
            last edited by

            @juergschwarz

            Question:

            Did you read the topic I suggested to you? I’m curious

            J 1 Reply Last reply Reply Quote 0
            • J Offline
              juergschwarz @Mykle1
              last edited by

              @Mykle1 Yes i read it. All of this suggestions i already checked out. If you tell me to test standard installation whitout any additional modules - what the hell do all this people building such modules when i only can use standard modules?

              Dont misunderstand me. But i manage two root servers with kvm - lvm and aprox. 30 official domains and nearly 200 email accounts. Longest uptime was 772 days. Nobody can tell me a application with black background and some “only text foreground apps” should not be able to run more than 2 hours or not?

              1 Reply Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer
                last edited by

                @juergschwarz said in MM is eating all memory and crash!:

                Yes i read it. All of this suggestions i already checked out.

                Very good. You had the benefit of other people’s time and hard work. Imagine if you had to think of all those tests for yourself.

                If you tell me to test standard installation whitout any additional modules - what the hell do all this people building such modules when i only can use standard modules?

                Logically, that would be a starting point, to see if the issue arises before the addition of other modules. If the problem arises afterward, then you can attribute the cause to something that you added. If not, then the cause lies in the OS version, the MM version, or with the Pi itself, or the way it was prepared.

                Dont misunderstand me. But i manage two root servers with kvm - lvm and aprox. 30 official domains and nearly 200 email accounts. Longest uptime was 772 days.

                I could not be less impressed.

                Nobody can tell me a application with black background and some “only text foreground apps” should not be able to run more than 2 hours or not?

                Nobody is telling you anything. I thought you wanted help so I started where anyone would start, at the beginning. Instead of some small measure of gratitude, you started spewing your impotent anger at me.

                I only have one more question for you.

                With the impressive resume you have, why didn’t you just figure it out and fix it yourself? :-)

                1 Reply Last reply Reply Quote 1
                • cowboysdudeC Offline
                  cowboysdude Module Developer
                  last edited by

                  Nobody can tell me a application with black background and some “only text foreground apps” should not be able to run more than 2 hours or not?

                  You are in the minority … I have 3 running, without issues… 1 of them has been running a solid year without any issues what-so-ever.

                  With that being said being rude to someone trying to help you is not really a way to get help…

                  1 Reply Last reply Reply Quote 2
                  • emloweE Offline
                    emlowe Module Developer
                    last edited by yawns

                    $ uptime
                     21:34:37 up 37 days, 58 min,  3 users,  load average: 0.08, 0.13, 0.09
                    
                    $ cat /etc/issue
                    Raspbian GNU/Linux 8 \n \l
                    
                    $ uname -a
                    Linux raspberrypi 4.9.35-v7+ #1014 SMP Fri Jun 30 14:47:43 BST 2017 armv7l GNU/Linux
                    
                    $ free -m
                                 total       used       free     shared    buffers     cached
                    Mem:           923        878         44        149         64        487
                    -/+ buffers/cache:        326        596
                    Swap:           99         99          0
                    
                    $ df -k
                    Filesystem     1K-blocks    Used Available Use% Mounted on
                    /dev/root        5863924 4248140   1294864  77% /
                    devtmpfs          468148       0    468148   0% /dev
                    tmpfs             472756  147656    325100  32% /dev/shm
                    tmpfs             472756   12364    460392   3% /run
                    tmpfs               5120       4      5116   1% /run/lock
                    tmpfs             472756       0    472756   0% /sys/fs/cgroup
                    /dev/mmcblk0p6     66528   21418     45110  33% /boot
                    tmpfs              94552       0     94552   0% /run/user/1000
                    tmpfs              94552       0     94552   0% /run/user/1001
                    /dev/mmcblk0p5     30701     463     27945   2% /media/elowe/SETTINGS
                    
                     $ npm ls | grep -i magicmirror
                    magicmirror@2.1.3 
                    
                    $ npm ls | grep electron
                    ├─┬ electron@1.7.5
                    │ ├─┬ electron-download@3.3.0
                    │ ├─┬ electron-chromedriver@1.6.0
                    │ │ ├── electron-download@3.3.0 deduped
                    │ │ │ └── electron-to-chromium@1.3.24
                    

                    Modules:

                    • clock
                    • currentweather
                    • weatherforecast
                    • MMM-MyScoreboard
                    • MMM-EnphaseEnvoy
                    • MMM-CalenderExt
                    • MMM-AirNow
                    • MMM-AutelisPentair
                    • MMM-Globe
                    • MMM-Remote-Control
                    • MMM-PIR-Sensor
                    1 Reply Last reply Reply Quote 1
                    • emloweE Offline
                      emlowe Module Developer
                      last edited by yawns

                      Oh, and MM specifically is up for 20days:

                      pm2 show mm
                       Describing process with id 0 - name mm 
                      │ status            │ online                               │
                      │ name              │ mm                                   │
                      │ restarts          │ 6                                    │
                      │ uptime            │ 20D
                      
                      J 1 Reply Last reply Reply Quote 1
                      • yawnsY Offline
                        yawns Moderator @juergschwarz
                        last edited by

                        @juergschwarz

                        Uninstall PiHole. If you search this forum for PiHole you will find two other threads with similar memory issues, both related to PiHole. After removing it the issue was gone.

                        Mykle1M J 2 Replies Last reply Reply Quote 1
                        • J Offline
                          juergschwarz @emlowe
                          last edited by

                          @all Ok sorry. Now my realy newest installation on Raspi 3 stretch wiht realy original config.js and no additional modules or other changes:

                          pi@raspi32:~/MagicMirror $ npm ls | grep electron
                          ├─┬ electron@1.7.9
                          │ ├─┬ electron-download@3.3.0
                          │ ├─┬ electron-chromedriver@1.6.0
                          │ │ ├── electron-download@3.3.0 deduped
                          │ │ │ └── electron-to-chromium@1.3.27
                          
                          PageSize:4KB     RAM-Memory  Swap-space     High-Memory     Low-Memory                                    │
                          │ Total in MB           927.3       100.0     - not in use   - not in use                                   │
                          │ Free  in MB           424.9       100.0                                                                   │
                          │ Free Percent           45.8%      100.0%                                                                  │
                          │ Linux Kernel Internal Memory (MB)                                                                         │
                          │                        Cached=     254.6     Active=     259.0                                            │
                          │ Buffers=      36.2 Swapcached=       0.0  Inactive =     203.0                                            │
                          │ Dirty  =       0.1 Writeback =       0.0  Mapped   =     147.6                                            │
                          │ Slab   =      25.3 Commit_AS =    1412.1 PageTables=       4.6                                            │
                          │ Top Processes Procs=161-mode=3-1=Base 3=Perf 4=Size 5=I/O[RootOnly] u=Args────────────────────────────────│
                          │  PID    %CPU  Size   Res   Res   Res   Res Shared   Faults  Command                                       │
                          │          Used    KB   Set  Text  Data   Lib    KB  Min  Maj                                               │
                          │     922 354.8   297m   98m52660   131m    0 56268  249    0 electron                                      │
                          │     928   5.4   295m69924 52660   143m    0 48540  111    0 electron                                      │
                          │     865   4.4   454m85120 52660   297m    0 58716    0    0 electron                                      │
                          │     896   2.0  6156  3828   156  3572     0  1572    0    0 nmon                                          │
                          │     521   1.5   134m43540  1896 62820     0 21740    0    0 Xorg        
                          

                          Now i will check it out with jessie :-(

                          1 Reply Last reply Reply Quote 0
                          • Mykle1M Offline
                            Mykle1 Project Sponsor Module Developer @yawns
                            last edited by

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              juergschwarz @yawns
                              last edited by

                              @yawns Thanks. But last “overnight” test with only original config.js also crashed with stretch. So now a new test with jessie looks much better. Including pi-hole. It runs since 22 mins and 47% free ram. :-)

                              yawnsY 1 Reply Last reply Reply Quote 0
                              • yawnsY Offline
                                yawns Moderator @juergschwarz
                                last edited by

                                @juergschwarz
                                Thanks for your feedback, good to know. So one more reason against Stretch

                                1 Reply Last reply Reply Quote 0
                                • Mykle1M Offline
                                  Mykle1 Project Sponsor Module Developer @Mykle1
                                  last edited by

                                  @Mykle1 said in MM is eating all memory and crash!:

                                  Use Jessie, not Stretch

                                  I rest my case. :-)

                                  1 Reply Last reply Reply Quote 0

                                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                  With your input, this post could be even better 💗

                                  Register Login
                                  • 1 / 1
                                  • First post
                                    Last post
                                  Enjoying MagicMirror? Please consider a donation!
                                  MagicMirror created by Michael Teeuw.
                                  Forum managed by Sam, technical setup by Karsten.
                                  This forum is using NodeBB as its core | Contributors
                                  Contact | Privacy Policy