Home › Forums › kdb+ › Orphan memory in KDB process using Rserve › Re: Orphan memory in KDB process using Rserve
-
Hi there
the memory bloating problem is with the kdb process and not the R process.
whenever the q process calls Rset there is orphan memory on the q process.
Also, .Q.gc does not release any memory. The q process and OS have different view on the amount of memory being consumed by the q process .in the end the q process shuts down even though it thinks it has low memory foot print.