Hi,
Does anyone has the same memory management problem as me?
When I inserted many records like: Insert into tbl1 (id,dt)
values(1,blob ‘’);
Memory is used up to 1G.
That's OK. But when I delete the whole table like: Delete from tbl1;
None memory is released, still 1G
Sorry, the problem was in my cvs update script that didn't detect that
bootstrap was needed,
Milena
On 14/04/10 12:56, Milena Ivanova wrote:
> Fabian, where should MERO_LOG be defined? Is it an env. variable?
> A after your last check in, I got
> /ufs/milena/src/sql/src/backends/monet5/merovingia
Here's an alternative hack: do it all in mclient.
--- MapiClient.mx 13 Apr 2010 15:40:07 z 1.203
+++ MapiClient.mx 14 Apr 2010 11:16:21 z
@@ -881,12 +881,19 @@
RAWrenderer(MapiHdl hdl)
{
char *line;
+ size_t n;
SQLqueryEcho(hdl);
while ((line = fetch
Fabian, where should MERO_LOG be defined? Is it an env. variable?
A after your last check in, I got
/ufs/milena/src/sql/src/backends/monet5/merovingian/merovingian.c: In
function ‘main’:
/ufs/milena/src/sql/src/backends/monet5/merovingian/merovingian.c:452:
error: ‘MERO_LOG’ undeclared (first use
On Tue, Apr 13, 2010 at 12:43:06PM +, Sjoerd Mullender wrote:
> Update of /cvsroot/monetdb/clients/src/mapiclient
> In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv15694
>
> Modified Files:
> MapiClient.mx
> Log Message:
> Once again print timer information to stderr.
> I