Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [gelöst] Lücken in der History

    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

    UNSOLVED [gelöst] Lücken in der History

    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Ritter last edited by Ritter

      Hallo,

      Ich habe immer wieder Lücken in der History täglich ca. zur gleichen Zeit: um ca. 09.00 Uhr und ca. 17.00 Uhr. Im log ist auch etwas zu sehen womit ich nix anfangen kann.

      2019-08-24 08:50:01.067 - info: dwd.0 starting. Version 2.4.4 in C:/iobroker/node_modules/iobroker.dwd, node: v10.16.0
      2019-08-24 08:50:02.416 - info: host.NUC instance system.adapter.dwd.0 terminated with code 0 (OK)
      2019-08-24 08:50:10.075 - error: Caught by controller[1]: FATAL ERROR: CALL_AND_
      2019-08-24 08:50:10.075 - error: Caught by controller[2]: RETRY_LAST Allocation failed - JavaScript heap out of memory
      2019-08-24 08:50:10.075 - error: Caught by controller[3]: 1: 00007FF61348C6AA
      2019-08-24 08:50:10.075 - error: Caught by controller[4]: v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+4506
      2019-08-24 08:50:10.075 - error: Caught by controller[4]: 2: 00007FF613467416 node::MakeCallback+4534
      2019-08-24 08:50:10.076 - error: Caught by controller[4]: 3: 00007FF61
      2019-08-24 08:50:10.076 - error: Caught by controller[5]: 3467D90 node_module_register+2032
      2019-08-24 08:50:10.076 - error: Caught by controller[5]: 4:
      2019-08-24 08:50:10.076 - error: Caught by controller[6]: 00007FF61378189E v8::internal::Fatal
      2019-08-24 08:50:10.076 - error: Caught by controller[7]: ProcessOutOfMemory+846
      2019-08-24 08:50:10.076 - error: Caught by controller[8]: 5: 00007FF6137817CF v8::interna
      2019-08-24 08:50:10.076 - error: Caught by controller[9]: l::FatalProcessOutOfMemory+639
      2019-08-24 08:50:10.076 - error: Caught by controller[10]:
      2019-08-24 08:50:10.076 - error: Caught by controller[10]: 6: 00007FF613967F94 v8::internal::Heap:
      2019-08-24 08:50:10.076 - error: Caught by controller[11]: :MaxHeapGrowingFactor+9620
      2019-08-24 08:50:10.076 - error: Caught by controller[11]: 7: 00007
      2019-08-24 08:50:10.076 - error: Caught by controller[12]: FF61396645B v8::internal::Heap::MaxHeapGrowingFactor+26
      2019-08-24 08:50:10.076 - error: Caught by controller[13]: 51
      2019-08-24 08:50:10.076 - error: Caught by controller[13]: 8: 00007FF613A902BB v8::internal::Factory::A
      2019-08-24 08:50:10.076 - error: Caught by controller[14]: llocateRawWithImmortalMap+59
      2019-08-24 08:50:10.076 - error: Caught by controller[14]: 9: 000
      2019-08-24 08:50:10.077 - error: Caught by controller[15]: 07FF613A92C2D v8::internal::Factory::NewRawOneB
      2019-08-24 08:50:10.077 - error: Caught by controller[16]: yteString+77
      2019-08-24 08:50:10.077 - error: Caught by controller[16]: 10: 00007FF6137DDD04 v8::
      2019-08-24 08:50:10.077 - error: Caught by controller[17]: internal::Smi::SmiPrint+372
      2019-08-24 08:50:10.077 - error: Caught by controller[17]: 11: 00
      2019-08-24 08:50:10.077 - error: Caught by controller[18]: 007FF613774EAB v8::internal::StringHasher::UpdateIndex+
      2019-08-24 08:50:10.077 - error: Caught by controller[19]: 219
      2019-08-24 08:50:10.077 - error: Caught by controller[19]: 12: 00007FF61379A2C6 v8::String
      2019-08-24 08:50:10.077 - error: Caught by controller[20]: ::Utf8Length+22
      2019-08-24 08:50:10.077 - error: Caught by controller[20]: 13: 00007FF6134507AC no
      2019-08-24 08:50:10.077 - error: Caught by controller[21]: de::Buffer::New+4332
      2019-08-24 08:50:10.077 - error: Caught by controller[21]: 14: 000002CBF73079E0
      2019-08-24 08:50:10.077 - error: host.NUC instance system.adapter.history.0 terminated with code 134 ()
      2019-08-24 08:50:10.077 - info: host.NUC Restart adapter system.adapter.history.0 because enabled
      2019-08-24 08:50:40.092 - info: host.NUC instance system.adapter.history.0 started with pid 3508
      2019-08-24 08:50:40.639 - info: history.0 starting. Version 1.8.6 in C:/iobroker/node_modules/iobroker.history, node: v10.16.0
      2019-08-24 08:50:41.224 - info: history.0 enabled logging of system.host.NUC.mem (Count=1), Alias=false
      2019-08-24 08:50:41.225 - info: history.0 enabled logging of system.host.NUC.memHeapUsed (Count=2), Alias=false
      

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

        @Ritter sagte in Lücken in der History:

        FatalProcessOutOfMemory

        das klingt fast so als ob du zu wenig Speicher hättest

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

          @Homoran sagte:

          zu wenig Speicher

          Ja, und zwar dann, wenn die DWD-Instanz startet und zusätzlichen RAM benötigt.

          1 Reply Last reply Reply Quote 0
          • R
            Ritter last edited by

            Datenträger verfügbar: 40.7 %, gesamte RAM-Nutzung: 2083 MB / Frei: 48% = 3.902 MB [Host: NUC - 44 Prozesse

            Das zeigt ioBroker an. Installiert sind 8 GB auf einem Intel NUC i3 mit Windows 10.
            Der DWD Adapter startet alle 5 Minuten.

            1 Reply Last reply Reply Quote 0
            • R
              RappiRN Most Active last edited by

              Vielleicht wären die Einstellungen von History wichtig. Nicht, dass du die Daten solange im RAM sammelst, bis dann bei einem Adapterstart nichts mehr frei ist.

              Enrico

              1 Reply Last reply Reply Quote 0
              • R
                Ritter last edited by

                Hier steht:

                Maximale Anzahl von Werten in RAM 100

                R 1 Reply Last reply Reply Quote 0
                • R
                  RappiRN Most Active @Ritter last edited by

                  @Ritter
                  Das sollte kein Problem sein, wenn du nicht den ganzen Objektbaum speicherst. ☺

                  Enrico

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

                    Hast Du irgendetwas im history-Adapter an Datenpunkten aufgenommen, dass zu den genannten Zeitpunkten viele State-Änderungen erzeugt?

                    Wieviele Daten hast Du denn pro Tag-Ordner im History-Datenordner? Welche Datenpunktdatei ist besonders groß?

                    1 Reply Last reply Reply Quote 0
                    • R
                      Ritter last edited by

                      Hallo, danke für eure Hilfe.

                      Ich habe jetzt einmal die Neustarts vom DWD, Openweathermap und ical Adapter auf verschiedene Zeiten gelegt. Auch wurden viele Sachen geloggt die ich gar nicht wollte. Das ganze habe ich vor ca. 24 Stunden geändert und bis jetzt keine Lücken und Fehlermeldungen mehr. Ich beobachte das ganze jetzt einmal.

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post

                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      601
                      Online

                      31.9k
                      Users

                      80.2k
                      Topics

                      1.3m
                      Posts

                      history
                      5
                      9
                      417
                      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