KX Community

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

Home Forums kdb+ Orphan memory in KDB process using Rserve Re: Orphan memory in KDB process using Rserve

  • muneishadya

    Member
    May 11, 2023 at 12:00 am

    Hi Rocuinneagain ,

    1. I believe it is embedR project indeed.

    2. yes we are using the latest code.

    3.

    Rset:`rserve 2:(`rsset;2);

    meminfo:{(5#system”w”), 1024*”J”$system “ps -eo size -h -q “,string .z.i};

    m1:meminfo[];

    RSet[“temp”;100000?100];

    m2:meminfo[];