Hi All , We have a process that is leaking memory. Currently it is running around 2gb and utilizing this item key we can see the memory utilization: proc.mem[,,,SERVERhub] After researching the web for the correct trigger to let us know when the process exceeds 3gb we tried the following but it does not appear to work, and we are not sure why its not working. This is the trigger: {v00uicaspec01r
roc.mem[,,,SERVERhub].count(#3,{$PROC_MEM_MAX},gt)}>=3 When displaying in the triggers there is a Information widget next to 'unknown' and when hovering over the information widget we get "Cannot evaluate expression: "Cannot evaluate function "v00uicaspec01r
roc.mem[,,,SERVERhub].count(#3,{$PROC_MEM_MAX},gt)": "{$PROC_MEM_MAX}" is not a valid numeric unsigned value.". We tried substituting the $PROC_MEM_MAX with a number 2000000000 and we get the same "Cannot evaluate expression: "Cannot evaluate function "v00uicaspec01r
roc.mem[,,,SERVERhub].count(#3,{2000000000},gt)": "{2000000000}" is not a valid numeric unsigned value.". Not sure what we are missing, could someone please share.
roc.mem[,,,SERVERhub].count(#3,{$PROC_MEM_MAX},gt)}>=3 When displaying in the triggers there is a Information widget next to 'unknown' and when hovering over the information widget we get "Cannot evaluate expression: "Cannot evaluate function "v00uicaspec01r
roc.mem[,,,SERVERhub].count(#3,{$PROC_MEM_MAX},gt)": "{$PROC_MEM_MAX}" is not a valid numeric unsigned value.". We tried substituting the $PROC_MEM_MAX with a number 2000000000 and we get the same "Cannot evaluate expression: "Cannot evaluate function "v00uicaspec01r
roc.mem[,,,SERVERhub].count(#3,{2000000000},gt)": "{2000000000}" is not a valid numeric unsigned value.". Not sure what we are missing, could someone please share.
Comment