make plain old gcc -o foo foo.c work
[nestedvm.git] / src / org / ibex / nestedvm / UnixRuntime.java
index 5eb9178..42541dd 100644 (file)
@@ -730,7 +730,7 @@ public abstract class UnixRuntime extends Runtime implements Cloneable {
     }
     
     public static class HostFS extends FS {
-        InodeCache inodes = new InodeCache(4096);
+        InodeCache inodes = new InodeCache(4000);
         protected File root;
         public File getRoot() { return root; }