baseport/syborg/svphostfs/fs/svphostmnt.cpp
changeset 16 73107a0bc259
parent 2 d55eb581a87c
child 121 f4712cc7c69e
--- a/baseport/syborg/svphostfs/fs/svphostmnt.cpp	Wed Oct 14 14:20:29 2009 +0100
+++ b/baseport/syborg/svphostfs/fs/svphostmnt.cpp	Wed Oct 21 10:29:21 2009 +0100
@@ -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)
 //