Maximum number of transactions to generate backpressure in the controller is now 8.

This commit is contained in:
Éder F. Zulian
2015-11-16 20:32:34 +01:00
parent a4f80b24be
commit 977d4eed32
4 changed files with 4 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ Enable the error model in fr_fcfs.xml.
<memconfig>
<BankwiseLogic value="0"/>
<OpenPagePolicy value="1" />
<MaxNrOfTransactions value="50" />
<MaxNrOfTransactions value="8" />
<Scheduler value="FR_FCFS" />
<Capsize value="5" />
<PowerDownMode value="TimeoutPDN" />