Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Ram läuft voll

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Ram läuft voll

    This topic has been deleted. Only users with topic management privileges can see it.
    • bahnuhr
      bahnuhr Forum Testing Most Active @BananaJoe last edited by bahnuhr

      @bananajoe

      Ok, auf der Proxmox Seite steht:
      5ff9f903-7cd8-4e21-ad11-1a931a7597aa-image.png

      Scheint wohl standard zu sein.
      Habe den Haken wieder rein gemacht.

      mfg

      1 Reply Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active last edited by

        @bahnuhr sagte in Ram läuft voll:

        Ist dies standardmäßig eingeschaltet ?

        ja,
        ansonsten ist eine kleine Beschreibung, wenn du unterhalb von Ballooning auf die Hilfe klickst

        1 Reply Last reply Reply Quote 0
        • D3ltoroxp
          D3ltoroxp last edited by

          Hm ich hab jetzt probiert und probiert. Es gab immer wieder Fehler mit einem Script was auf DP's vom Calendar Adapter zugreift. Ich konnte es immer nicht verstehen warum. Er sagt die DP's sind nicht da, schaue ich rein sind sie vorhanden. Mir ist jetzt aufgefallen, das der Adapter die irgendwie löscht und wieder neu erstellt, dann wieder löscht und wieder erstellt. Jetzt nur 3 anstatt 28 Order vorhanden. Dann blieb er so stehen, aber die Log kam auch immer wieder das das Script die DP's nicht finden kann. Ich vermute der löscht und erstellt, löscht und erstellt, permanent die DP's. Der Ram füllt sich langsam. Auch im Objektbaum hat es ewig gedauert bis ich bei anderen DP's einen Wert hatte, sonst war immer (null) eine ganze weile drin. Jetzt hab ich den Adapter deaktiviert und der Ram liegt jetzt wieder bei 2,6 GB und bleibt Stand jetzt stabil. Auch im Objektbaum bekomme ich die Werte direkt angezeigt, nachdem ich einen Stamm öffne. Ich lass das jetzt mal so und beobachte.

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @D3ltoroxp last edited by

            @d3ltoroxp sagte in Ram läuft voll:

            Es gab immer wieder Fehler mit einem Script was auf DP's vom Calendar Adapter zugreift. Ich konnte es immer nicht verstehen warum. Er sagt die DP's sind nicht da, schaue ich rein sind sie vorhanden

            und warum zeigst du weder die Meldung noch die Objects?
            Vielleicht sehen oder verstehen ja 30.000 mehr als einer.

            @d3ltoroxp sagte in Ram läuft voll:

            Ich vermute

            das wird dir nicht helfen. Wissen ist angesagt.

            @d3ltoroxp sagte in Ram läuft voll:

            Jetzt hab ich den Adapter deaktiviert und der Ram liegt jetzt wieder bei 2,6 GB und bleibt Stand jetzt stabil.

            Also ist da immer noch ein böses Skript.

            Warum gehst du nicht systematisch vor?
            z.B. nach dem 50/50 Test?

            D3ltoroxp 1 Reply Last reply Reply Quote 0
            • D3ltoroxp
              D3ltoroxp @Homoran last edited by D3ltoroxp

              @homoran said in Ram läuft voll:

              und warum zeigst du weder die Meldung noch die Objects?
              Vielleicht sehen oder verstehen ja 30.000 mehr als einer.

              You are assigning a number to the state "0_userdata.0.Abfall.Restmüll_Days_left" which expects a string. Please fix your code to use a string or change the state type to number. This warning might become an error in future versions.
              

              ist aktuell behoben, habe von Zeichenkette auf Zahl umgestellt. Ist mir nun nicht mehr aufgefallen.

              javascript.0
              
              	2022-01-02 09:31:05.853	info	State value to set for "0_userdata.0.Abfall.Restmüll_Days_left" has to be type "string" but received type "number"
              
              javascript.0
              
              	2022-01-02 09:31:05.812	warn	at processImmediate (internal/timers.js:464:21)
              
              javascript.0
              
              	2022-01-02 09:31:05.812	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5708:41)
              
              javascript.0
              
              	2022-01-02 09:31:05.812	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:530:29)
              
              javascript.0
              
              	2022-01-02 09:31:05.812	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1082:38)
              
              javascript.0
              
              	2022-01-02 09:31:05.812	warn	at Object.<anonymous> (script.js.VIS.Abfallkalender:38:5)
              
              javascript.0
              
              	2022-01-02 09:31:05.811	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
              
              javascript.0
              
              	2022-01-02 09:31:05.811	warn	You are assigning a number to the state "0_userdata.0.Abfall.Restmüll_Days_left" which expects a string. Please fix your code to use a string or change the state type to number. This warning might become an error in future versions.
              
              javascript.0
              
              	2022-01-02 09:31:05.809	error	at processImmediate (internal/timers.js:464:21)
              
              javascript.0
              
              	2022-01-02 09:31:05.809	error	at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5708:41)
              
              javascript.0
              
              	2022-01-02 09:31:05.809	error	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:530:29)
              
              javascript.0
              
              	2022-01-02 09:31:05.809	error	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1082:38)
              
              javascript.0
              
              	2022-01-02 09:31:05.809	error	at Object.<anonymous> (script.js.VIS.Abfallkalender:3:74)
              
              javascript.0
              
              	2022-01-02 09:31:05.809	error	script.js.VIS.Abfallkalender: TypeError: Cannot read property 'indexOf' of null
              
              javascript.0
              
              	2022-01-02 09:31:05.808	warn	at processImmediate (internal/timers.js:464:21)
              
              javascript.0
              
              	2022-01-02 09:31:05.808	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5708:41)
              
              javascript.0
              
              	2022-01-02 09:31:05.808	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:530:29)
              
              javascript.0
              
              	2022-01-02 09:31:05.808	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1082:38)
              
              javascript.0
              
              	2022-01-02 09:31:05.807	warn	at Object.<anonymous> (script.js.VIS.Abfallkalender:3:8)
              
              javascript.0
              
              	2022-01-02 09:31:05.807	warn	getState "calendar.0.YWtmZHQyMHUwZ3MxMzhxMTE4OW5xdn.4.events" not found (3)
              
              javascript.0
              
              	2022-01-02 09:31:05.805	error	at processImmediate (internal/timers.js:464:21)
              
              javascript.0
              
              	2022-01-02 09:31:05.805	error	at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5708:41)
              
              javascript.0
              
              	2022-01-02 09:31:05.805	error	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:530:29)
              
              javascript.0
              
              	2022-01-02 09:31:05.805	error	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1082:38)
              
              javascript.0
              
              	2022-01-02 09:31:05.805	error	at Object.<anonymous> (script.js.VIS.Abfallkalender:3:74)
              
              javascript.0
              
              	2022-01-02 09:31:05.805	error	script.js.VIS.Abfallkalender: TypeError: Cannot read property 'indexOf' of null
              
              javascript.0
              
              	2022-01-02 09:31:05.804	warn	at processImmediate (internal/timers.js:464:21)
              
              javascript.0
              
              	2022-01-02 09:31:05.804	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5708:41)
              
              javascript.0
              
              	2022-01-02 09:31:05.804	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:530:29)
              
              javascript.0
              
              	2022-01-02 09:31:05.804	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1082:38)
              
              javascript.0
              
              	2022-01-02 09:31:05.803	warn	at Object.<anonymous> (script.js.VIS.Abfallkalender:3:8)
              
              javascript.0
              
              	2022-01-02 09:31:05.803	warn	getState "calendar.0.YWtmZHQyMHUwZ3MxMzhxMTE4OW5xdn.4.events" not found (3)
              
              javascript.0
              
              	2022-01-02 09:31:05.796	error	at processImmediate (internal/timers.js:464:21)
              
              javascript.0
              
              	2022-01-02 09:31:05.796	error	at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5708:41)
              
              javascript.0
              
              	2022-01-02 09:31:05.796	error	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:530:29)
              
              javascript.0
              
              	2022-01-02 09:31:05.796	error	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1082:38)
              
              javascript.0
              
              	2022-01-02 09:31:05.796	error	at Object.<anonymous> (script.js.VIS.Abfallkalender:3:74)
              
              javascript.0
              
              	2022-01-02 09:31:05.796	error	script.js.VIS.Abfallkalender: TypeError: Cannot read property 'indexOf' of null
              
              javascript.0
              
              	2022-01-02 09:31:05.794	warn	at processImmediate (internal/timers.js:464:21)
              
              javascript.0
              
              	2022-01-02 09:31:05.794	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5708:41)
              
              javascript.0
              
              	2022-01-02 09:31:05.794	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:530:29)
              
              javascript.0
              
              	2022-01-02 09:31:05.794	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1082:38)
              
              javascript.0
              
              	2022-01-02 09:31:05.794	warn	at Object.<anonymous> (script.js.VIS.Abfallkalender:3:8)
              
              javascript.0
              
              	2022-01-02 09:31:05.788	warn	getState "calendar.0.YWtmZHQyMHUwZ3MxMzhxMTE4OW5xdn.4.events" not found (3)
              

              bc74bddb-f751-47b5-82d4-5164963b3702-grafik.png

              Das ist mal voll mit 28 Ordnern, jetzt wieder leer und so bleibt es auch. Wenn man in dem Baum bleibt und beobachtet, kann man sehen, wie die Ordner erstellt werden und dann auch wieder verschwinden.

              Das Script was auf die DP's zugreifen will meckert dann natürlich wenn die DP's nicht vorhanden sind.

              b3bb3ca4-d8b4-4683-a314-0a1fe22abfde-grafik.png
              046f6af8-8886-475b-8240-ec452fc4ff20-grafik.png

              @homoran said in Ram läuft voll:

              Also ist da immer noch ein böses Skript.

              Scripte laufen jetzt alle, bis auf das was auf die fehlenden DP's zugreifen will, da die immer wieder gelöscht werden und auch nicht mehr dazu kommen, die Fehler vom Script, also sollte es stimmen.
              Auch unter Objekte flutscht jetzt alles, beim öffnen beim anzeigen der Werte in den DP's. Alles seitdem der Calendar Adapter aus ist.

              Homoran Chaot 2 Replies Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @D3ltoroxp last edited by

                @d3ltoroxp sagte in Ram läuft voll:

                getState "calendar.0.YWtmZHQyMHUwZ3MxMzhxMTE4OW5xdn.4.events" not found (3)

                @d3ltoroxp sagte in Ram läuft voll:

                Er sagt die DP's sind nicht da, schaue ich rein sind sie vorhanden.

                wo???
                ich sehe nur 0-2, keine 4

                @d3ltoroxp sagte in Ram läuft voll:

                Das Script was auf die DP's zugreifen will meckert dann natürlich wenn die DP's nicht vorhanden sind.

                natürlich, würde ich auch

                @d3ltoroxp sagte in Ram läuft voll:

                da die immer wieder gelöscht werden und auch nicht mehr dazu kommen

                wo kommen die denn her?

                1 Reply Last reply Reply Quote 0
                • Chaot
                  Chaot @D3ltoroxp last edited by

                  @d3ltoroxp Was sind das für Kryptische Kalendernamen? Bist du sicher das die nach der Neuinstallation vom Calender Adapter auch genau so wieder erstellt wurden?
                  Soweit ich das auf den ersten Blich sehe kann das Script die States aus dem Kalender Adapter nicht finden.

                  1 Reply Last reply Reply Quote 0
                  • D3ltoroxp
                    D3ltoroxp last edited by

                    @homoran said in Ram läuft voll:

                    wo kommen die denn her?

                    Vom Calendar Adapter. Der hat auch diese komischen kryptischen Namen erstellt. Das Script lief ja Monate genau so mit dem Adapter, gabs nie Probleme. Ich meine seit node und Admin Update. Davor hatte ich ja keine Probleme, mit dem Calendar und meinem Script befülle ich ja die Müll Info bei mir in der VIS.

                    Wenn ich die DP's alle lösche, werden die genau so wieder erstellt und danach verschwinden sie wieder.

                    Er findet die States nicht, weil die vom Adapter immer wieder gelöscht werden. Das Script Trigger event 0-4 Das ist dann 3 Tage in der Zukunft + today. Starte ich den Adapter neu, erstellt er 28 Ordner, nach kurzer Zeit verschwinden die einfach wieder. Das macht er gefühlt dann permanent. Weil seit der aus ist, läuft das System Stabil, Ram bleibt unter 3 GB in Objekten ist man super schnell unterwegs, alles läuft fein. Ich habe schon im passenden Adapter Thread geschrieben ob der Dev mal drüber schauen kann.

                    Homoran 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @D3ltoroxp last edited by

                      @d3ltoroxp Du weisst, dass der calendar-Adapter Beta, oder gar alpha Status hat?

                      github:	1.2.0 for 20 months
                      latest:	1.2.0 for 21 months
                      stable:	-.-.-
                      

                      da ist seit fast 2 Jahren nichts mehr angepasst worden.
                      Ich denke nicht, dass der für die aktuellen controller und admin-Versionen optimiert wurde.

                      1 Reply Last reply Reply Quote 0
                      • D3ltoroxp
                        D3ltoroxp last edited by

                        Also könnten wir den Übeltäter gefunden haben. Wie gesagt das lief die letzte Zeit super und zuverlässig. Indem Fall seit meinem Umzug und damit auch das große Update, seither hab ich ja diese Probleme, indem Fall scheint echt alles ruhig zu laufen jetzt, seit der Adapter off ist. Ich hab mal den ical besorgt, der scheint zu laufen. Muss ich das Script halt anpassen, aber sollte denke ich gehen. Wenn es morgen immer noch so ruhig läuft dann wars der wohl echt, dann bin ich Happy. Dann hab ich den Umzug soweit doch gut überstanden.

                        Indem Fall kann das sein, das irgendwas durch den neuen Admin, oder die node Versionen, was nicht mehr sauber mit dem Adapter läuft und das den Ram so voll ballert, der muss ja permanent laden, löschen, laden, löschen, DP's erstellen, löschen, erstellen, löschen. Das hat dann wohl auch das System in die Knie gezogen, ich konnte nur noch sehr langsam bis gar nicht navigieren. Die DB ist dann denke ich auch permanent blockiert, was dann den Zugriff für andere Scripte störte.

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @D3ltoroxp last edited by Homoran

                          @d3ltoroxp sagte in Ram läuft voll:

                          Ich hab mal den ical besorgt, der scheint zu laufen.

                          der wird auch regelmäßig gepflegt

                          @d3ltoroxp sagte in Ram läuft voll:

                          Indem Fall kann das sein, das irgendwas durch den neuen Admin, oder die node Versionen, was nicht mehr sauber mit dem Adapter läuft und das den Ram so voll ballert, der muss ja permanent laden, löschen, laden, löschen, DP's erstellen, löschen, erstellen, löschen.

                          oder den controller

                          Bitte dann ein Issue bei dem Adapter aufmachen

                          1 Reply Last reply Reply Quote 0
                          • D3ltoroxp
                            D3ltoroxp last edited by D3ltoroxp

                            @homoran said in Ram läuft voll:

                            Bitte dann ein Issue bei dem Adapter aufmachen

                            Bei dem Calendar Adapter ? Naja denke eher schlechte Karten, wenn der seit 2020 nichts mehr passiert ist.

                            Auf jeden Fall hoffe ich das es das war. Mein Kopf raucht, daheim ging nichts mehr. Jetzt kehr langsam Ruhe ein Gott sei Dank.

                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @D3ltoroxp last edited by

                              @d3ltoroxp sagte in Ram läuft voll:

                              Bei dem Calendar Adapter ?

                              Ja, auf GitHub

                              @d3ltoroxp sagte in Ram läuft voll:

                              eher schlechte Karten, wenn der seit 2020 nichts mehr passiert ist.

                              dann erst recht

                              D3ltoroxp 1 Reply Last reply Reply Quote 0
                              • D3ltoroxp
                                D3ltoroxp @Homoran last edited by

                                @homoran

                                Last Online 4 Nov 2020, 13:15 ich denke nicht das da noch Interesse besteht weiter zu entwickeln. Aber ich werd dort dann mal ein issue aufmachen.

                                Chaot 1 Reply Last reply Reply Quote 1
                                • Chaot
                                  Chaot @D3ltoroxp last edited by

                                  @d3ltoroxp Hat das eigentlich einen besonderen Grund das du den Calender Adapter nutzt?
                                  Ich nutze seit Anfang an den Ical Adapter und hatt bisher noch keine Probleme.
                                  Da gibt es dann ganz komfortabel noch den TrashSchedule Adapter dazu und du sparst dir auch das Blockly.

                                  D3ltoroxp 1 Reply Last reply Reply Quote 1
                                  • D3ltoroxp
                                    D3ltoroxp @Chaot last edited by

                                    @chaot Uff, ich weiß gar nicht wie ich auf den gekommen bin. Es gab dort halt den Text in den DP's, damit konnte ich dann eben meine Müll VIS mit betreiben. Dann muss ich mir auch mal den Trash Adapter anschauen. Danke für den Tipp.

                                    Des weiteren klang das ja recht ambitioniert, was er da vor hatte.

                                    Homoran 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @D3ltoroxp last edited by

                                      @d3ltoroxp sagte in Ram läuft voll:

                                      Dann muss ich mir auch mal den Trash Adapter anschauen

                                      Der arbeitet hervorragend mit ical zusammen.

                                      Alles mit ganz paar einfachen Einstellungen

                                      1 Reply Last reply Reply Quote 1
                                      • D3ltoroxp
                                        D3ltoroxp last edited by D3ltoroxp

                                        Hm ich dachte schon es wäre alles gut, grad meiner Frau noch gesagt, läuft jetzt wieder TOP. Jetzt wollt ich noch mal in ioB rein schauen, zag geht nichts mehr...

                                        8208c04f-03a5-420b-8cf4-20014a2c454c-grafik.png

                                        Kann man denn irgendwo in einer Log ersehen, wer oder was den Ram dann so zu ballert ?

                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[12]: 20: 0x1446459 [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[12]: 19: 0xc25506 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[11]: 18: 0xc24e86 [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[11]: 17: 0xc238db [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[11]: 16: 0xb11ed0 void node::StreamBase::JSMethod<&node::StreamBase::Writev>(v8::FunctionCallbackInfo<v8::Value> const&) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[10]: 15: 0xb0fcec node::StreamBase::Writev(v8::FunctionCallbackInfo<v8::Value> const&) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[10]: 14: 0xb1d4a3 node::StringBytes::Write(v8::Isolate*, char*, unsigned long, v8::Local<v8::Value>, node::encoding, int*) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[10]: 13: 0xbcab28 v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[9]: 12: 0xfaa04a v8::internal::String::SlowFlatten(v8::internal::Isolate*, v8::internal::Handle<v8::internal::ConsString>, v8::internal::AllocationType) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[8]: 11: 0xd47bc0 v8::internal::FactoryBase<v8::internal::Factory>::NewRawOneByteString(int, v8::internal::AllocationType) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[8]: 10: 0xd45bb4 v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawWithImmortalMap(int, v8::internal::AllocationType, v8::internal::Map, v8::internal::AllocationAlignment) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[7]: 9: 0xd4bd2d v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[6]: 8: 0xd8655c v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.709	error	Caught by controller[5]: 7: 0xd8299b v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[4]: 6: 0xd74b5f [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[3]: 5: 0xd73fd5 [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[3]: 4: 0xbb7dc7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[3]: 3: 0xbb7a4e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[2]: 2: 0x96e0af node::FatalError(char const*, char const*) [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[1]: 1: 0xa389b0 node::Abort() [io.javascript.0]
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[0]: <--- JS stacktrace --->
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[0]: [9379:0x6134740] 35017744 ms: Mark-sweep (reduce) 1993.0 (2051.5) -> 1993.0 (2052.5) MB, 1251.3 / 0.0 ms (average mu = 0.215, current mu = 0.175) allocation failure GC in old space requested
                                        host.iobroker
                                        	2022-01-03 20:24:09.708	error	Caught by controller[0]: [9379:0x6134740] 35016227 ms: Mark-sweep (reduce) 1993.1 (2051.5) -> 1993.0 (2052.5) MB, 1239.4 / 0.0 ms (average mu = 0.250, current mu = 0.201) allocation failure GC in old space requested
                                        host.iobroker
                                        	2022-01-03 20:24:09.705	error	Caught by controller[0]: <--- Last few GCs --->
                                        
                                        Habs rein geschafft, das steht aktuell in der Log.
                                        

                                        Hm ob er hier stresst ?

                                        weatherunderground.0
                                        	2022-01-03 20:21:09.941	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.941	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.941	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.35h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.940	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.940	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.939	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.34h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.939	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.938	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.938	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.33h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.938	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.937	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.937	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.32h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.936	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.930	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.930	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.31h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.929	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.929	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.929	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.30h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.928	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.928	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.927	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.29h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.927	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.926	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.926	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.28h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.926	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.925	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.925	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.27h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.924	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.924	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.924	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.26h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.923	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.923	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.922	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.25h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.921	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.921	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.921	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.24h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.920	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.920	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.920	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.23h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.919	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.919	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.918	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.22h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.918	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.917	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.917	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.21h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.917	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.916	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.916	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.20h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.915	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.915	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.915	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.19h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.914	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.914	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.913	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.18h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.913	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.912	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.912	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.17h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.912	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.911	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.911	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.16h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.910	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.910	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.910	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.15h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.909	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.909	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.908	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.14h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.908	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.907	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.907	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.13h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.907	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.906	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.906	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.12h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.905	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.905	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.905	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.11h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.904	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.904	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.903	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.10h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.902	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.902	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.902	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.9h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.901	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.900	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.900	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.8h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.899	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.899	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.899	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.7h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.898	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.898	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.898	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.6h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.897	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.897	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.897	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.5h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.896	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.896	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.896	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.4h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.895	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.895	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.894	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.3h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.894	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.894	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.893	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.2h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.893	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.892	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:09.892	warn	Could not perform strict object check of state weatherunderground.0.forecastHourly.1h.time: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:08.860	error	Could not parse hourly Forecast-Data: Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:08.859	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:06.836	error	exception in daily forecast data Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:06.835	warn	get state error: Connection is closed.
                                        weatherunderground.0
                                        	2022-01-03 20:21:05.203	error	exception in daily forecast data Error: DB closed
                                        weatherunderground.0
                                        	2022-01-03 20:21:02.962	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        weatherunderground.0
                                        	2022-01-03 20:21:02.961	warn	force terminate
                                        weatherunderground.0
                                        	2022-01-03 20:20:04.456	info	State value to set for "weatherunderground.0.forecast.2d.icon" has to be type "string" but received type "number"
                                        weatherunderground.0
                                        	2022-01-03 20:20:04.371	info	State value to set for "weatherunderground.0.forecast.1d.windDirectionMax" has to be type "string" but received type "number"
                                        weatherunderground.0
                                        	2022-01-03 20:20:04.260	info	State value to set for "weatherunderground.0.forecast.1d.icon" has to be type "string" but received type "number"
                                        weatherunderground.0
                                        	2022-01-03 20:20:04.148	info	State value to set for "weatherunderground.0.forecast.0d.windDirectionMax" has to be type "string" but received type "number" 
                                        
                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @D3ltoroxp last edited by

                                          @d3ltoroxp sagte in Ram läuft voll:

                                          Kann man denn irgendwo in einer Log ersehen, wer oder was den Ram dann so zu ballert ?

                                          Seit wann steigt der denn wieder?

                                          Möglichkeit:
                                          Den RAM-Verbrauch loggen
                                          Dann beim nächsten mal nachsehen welches Skript gestartet ist, als das Malhuer begann

                                          D3ltoroxp 1 Reply Last reply Reply Quote 0
                                          • D3ltoroxp
                                            D3ltoroxp @Homoran last edited by D3ltoroxp

                                            @homoran gefühlt vor ein paar Min. Hatte es den ganzen Tag im Blick, hab auch meine VIS für den Müll angepasst. Ich habe immer auf den Ram geschaut, alles gut, lief auch immer flüssig. Jetzt eben wars so. Komischweise nichts gemacht und er hat sich wieder beruhigt, lieg jetzt wieder bei 3 GB und er läuft wieder stabil.

                                            Könnte das hier das ausgelöst haben ?

                                            015184e1-1820-412b-b384-dc3477e6084d-grafik.png

                                            Ich hab Motion Detection am Tablet an, wenn der vllt immer on / off triggert ? Das ist neu, da jetzt grad viel Bewegung im Esszimmer ist, als heute Mittag, viel es da vllt nicht auf ?

                                            crunchip OliverIO 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            749
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            14
                                            196
                                            15911
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo