Discrepancy About Note.46001.1.
The article claims that ORA_WORKINGSETMIN and
ORA_WORKINGSETMAX will prevent the Oracle.exe workingset from being
trimmed, but if you read the whole article this suddenly seems not to
be the whole truth.
There are two things that are found strange.
1) The article states: "If ORA_WORKINGSETMIN is used in isolation, then once the working set rises above the threshold it will not drop below."
This means that the Oracle.exe workingset will be trimmed, if its size is below ORA_WORKINGSETMIN.
2) The article states: "remember that pages above the minimum threshold can still be paged out".
This means that the Oracle.exe workingset will be trimmed, if its size is above ORA_WORKINGSETMIN.
There are two things that are found strange.
1) The article states: "If ORA_WORKINGSETMIN is used in isolation, then once the working set rises above the threshold it will not drop below."
This means that the Oracle.exe workingset will be trimmed, if its size is below ORA_WORKINGSETMIN.
2) The article states: "remember that pages above the minimum threshold can still be paged out".
This means that the Oracle.exe workingset will be trimmed, if its size is above ORA_WORKINGSETMIN.
0