baseport/syborg/svphostfs/fs/svphostmnt.cpp
changeset 21 05914789ab43
parent 16 73107a0bc259
child 121 f4712cc7c69e
--- a/baseport/syborg/svphostfs/fs/svphostmnt.cpp	Mon Nov 09 09:51:45 2009 +0000
+++ b/baseport/syborg/svphostfs/fs/svphostmnt.cpp	Thu Nov 12 09:14:36 2009 -0800
@@ -23,7 +23,11 @@
 #include "svphostfsy.h"
 
 #define HOST_SVP_DRIVE_SIZE 1024*1024*1024
-#define HOST_SVP_DRIVE_FREE_SIZE 10*1024*1024
+
+// Fixed low mass-memory warning at startup
+//#define HOST_SVP_DRIVE_FREE_SIZE 10*1024*1024
+#define HOST_SVP_DRIVE_FREE_SIZE 100*1024*1024
+
 
 LOCAL_C TInt GetMediaSize(TInt /*aDriveNumber*/,TInt64& aSize,TInt64& aFree)
 //