I have a bunch of test queries which I am testing against MonetDB. Queries all by itself run fine but if you run the same set of queries in a loop disk runs out of space. I am not sure why would memory map files won't clean up automatically and why do we have to start the server again to clean up these files? Is there a workaround to this problem or is this a known issue in MonetDB?
Asked
Active
Viewed 191 times
0
-
on windows? try closing and re-opening mserver during your loop – Anthony Damico Jul 08 '15 at 20:39
-
It is on CentOs. Is this a desired behavior to repeatedly reopen mserver? – user3517179 Jul 09 '15 at 00:56
-
There was a memory leak issue in the Oct2014 release. A new version of the code 'July2015' has resolved those issues and works fine. – user3517179 Jul 14 '15 at 20:35
1 Answers
0
There was a memory leak issue in the Oct2014 release. A new version of the code 'July2015' has resolved those issues and works fine.

user3517179
- 31
- 7