Penguin
Diff: MiscHardwareNotes
EditPageHistoryDiffInfoLikePages

Differences between version 9 and predecessor to the previous major change of MiscHardwareNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 9 Last edited on Thursday, May 29, 2003 3:11:35 pm by PerryLorier Revert
Older page: version 6 Last edited on Saturday, January 18, 2003 5:38:58 am by GregLindauer Revert
@@ -22,4 +22,9 @@
  
  { PCI_FIXUP_FINAL, PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M1533, quirk_isa_dma_hangs } 
  
 Problem solved. 
+  
+! MVP3 (super socket 7, K6-2) chipset motherboards  
+Some motherboards using this older chipset have small L2 caches, meaning if you have too much RAM then performance will become very slow when it is in use. The boards with 512KB can only cache 128MB, and the boards with 1MB can only cache 256MB, so if you are using ram above that limit then all memory reads/writes will take a lot longer.  
+  
+''Theres reference for mother boards that do this that you can turn the uncached memory into very high speed swap space. This means that as long as your working set is inside your cachable memory then your computer is very very fast. Anyone know if you can convince Linux to use swap in preference to disk I/O? (ie: swap out disk cache onto a faster medium such as this 'high' memory?) -- PerryLorier''