XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. hoerup
    3. Best
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 14
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: DNS queries during backup job

      Although it is nice that there is work arounds for the DNS spikes with either nscd or the in-process DNS cache, i think the DNS spikes are a symptom of a whole different issue.

      I think we can safely assume that each DNS lookup is corresponding to one attempt at establishing a TCP connection then there is some code somewhere that spawns an awfull lot of short lived connections instead of reusing / pooling them - with all the issues that follows in that area (insufficient ulimit NOFILE, connections in TIME_WAIT/exhausting of client ports etc)

      posted in Xen Orchestra
      H
      hoerup
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      @lematz
      In the first picture of "hostname and dns configuration":
      It doesn't look like you have any double colon '::' in the first 2 entries but you have them in all fields on the last picture

      posted in News
      H
      hoerup
    • RE: FYI - Applying 11/3/2022 and 11/4/2022 Commits in XO from Sources

      When I (re)build on my 3 GB vm i use this before in order to keep nodejs at bay

      export NODE_OPTIONS='--max-old-space-size=3072'
      

      And then it runs smoothly

      posted in Xen Orchestra
      H
      hoerup