KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ Reloading HDB causes "Cannot allocate memory" error Re: Reloading HDB causes "Cannot allocate memory" error

  • clivelo

    Member
    November 8, 2023 at 12:00 am

    I ran .Q.w[] on the HDB and noticed that the mmap is 98GB. AFAIK, shouldn’t mmap generally be at 0 since .Q.l loads the database in deferred mapping? Wondering if our setup is causing an issue.

    I don’t know k code at all, but will try to walk through it.