diff --git a/NifExport/Strips.cpp b/NifExport/Strips.cpp
index 0e117cb861120d1d4f4c61bc686229ac7951d332..8787bb2894313bdeeb93fbc2853b86406d034202 100755
--- a/NifExport/Strips.cpp
+++ b/NifExport/Strips.cpp
@@ -14,7 +14,10 @@ void Exporter::strippify(TriStrips &strips, const Triangles &tris)
 	PrimitiveGroup * groups = 0;
 	unsigned short numGroups = 0;
 	
-	SetStitchStrips( false );
+	// GF 3, what about others?
+	SetCacheSize(CACHESIZE_GEFORCE3);
+	// don't generate hundreds of strips
+	SetStitchStrips(true);
 	GenerateStrips(data, tris.size()*3, &groups, &numGroups);
 
 	free( data );