Operating System - HP-UX
1834639 Members
2439 Online
110069 Solutions
New Discussion

Re: How to know the memory thresholds on 11.23

 
SOLVED
Go to solution
Wang,MinJie
Super Advisor

How to know the memory thresholds on 11.23

Hi
I know that:
echo "lotsfree/D" | adb -k /stand/vmunix /dev/mem

echo "desfree/D" | adb -k /stand/vmunix /dev/mem

echo "minfree/D" | adb -k /stand/vmunix /dev/mem
these three cmds above can determine the threshold on version prior to 11.23

but it doesn't work on 11.23
So how can I know the threshold on 11.23

Thx in advance
1 REPLY 1
Eric SAUBIGNAC
Honored Contributor
Solution

Re: How to know the memory thresholds on 11.23

Hi Wang,

simply don't use "/D". Use instead nothing or "/2d".

Eric