Hi,
We have a problem, on our 3.4 MK is memory growing and growing.
I think, the problem is in alocating memory when is running script. When script start and stop, memory is not flushed and is growing day by day.
Have you some ideas, how to solve this problem ? Is it a bug ?

Script which is running every 5 minutes at 13:00 - 23:00
:local traf
:local meno
:local data "360000000"
:local limit "356000/246000"
:local subnet "192.168.2"
/queue simple
:for i from=10 to=41 do={
:local ip "$subnet.$i/32"
:if ([find $ip=dst-address] != "") do={
:set traf [get [find $ip=dst-address] total-bytes]
:if ($traf > $data) do={
set [find $ip=dst-address] max-limit=$limit
:set traf
}
}
}
Our configuration:
MB: Supermicro PDSMA+
CPU: Intel core2quad 6600 (Kentsfield)
HDD: Apacer 128MB flash disk with MK 3.4
12x Realtek 8169 Gigabit Ethernet Cards
4x D-Link 10050 Gigabit Ethernet Cards
3x Intel Gigabit Ethernet Cards