Subject Re: Classic server uses a lot of memory depending on client connection
Author jegazarco
> Query MON$MEMORY_USAGE. Perhaps there is something obvious in there.
>
>
>
> --
> With regards,
>
> Thomas Steinmaurer

I have query that table and i get

MON$STAT_ID 6
MON$STAT_GROUP 1
MON$MEMORY_USED 42481128
MON$MEMORY_ALLOCATED 83783680
MON$MAX_MEMORY_USED 42712924
MON$MAX_MEMORY_ALLOCATED 83984384

but i still don't know why my application without any transaction opened consume a lot of memory from the server.

Jesus Garcia