Index: /issm/trunk-jpl/src/m/io/fileptr.js
===================================================================
--- /issm/trunk-jpl/src/m/io/fileptr.js	(revision 20923)
+++ /issm/trunk-jpl/src/m/io/fileptr.js	(revision 20924)
@@ -33,5 +33,5 @@
 			this.buffersize=0;
 			if (this.mode=='w'){
-				this.increment=options.getfieldvalue('increment',800000); //80000 bytes,  10000 doubles.
+				this.increment=options.getfieldvalue('increment',8000000); //80000 bytes,  10000 doubles.
 				this.buffer=new ArrayBuffer(this.increment);
 				this.view=new DataView(this.buffer);
