|
|
Archives of the TeradataForum
Message Posted: Thu, 15 Jan 2004 @ 19:28:38 GMT
Subj: | | Re: V2R5 Memory Usage... |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Thursday, January 15, 2004 14:20 -->
select
thedate
,thetime
,procpendmemalloc
,procwaitmemalloc
,memfreekb
,memfails
,memsize
from dbc.resusagespma
where vproctype1='amp' and thedate > date-290
and ( procpendmemalloc > 1 or memfails > 1 or memfreekb < 40000 )
group by 1,2,3,4,5,6,7
order by 1,2,3,4,5,6,7;
another mole sticks their head out about memory and v2r5.
| |