Index: branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.basic/cd.c
===================================================================
--- branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.basic/cd.c	(revision 27338)
+++ branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.basic/cd.c	(revision 27339)
@@ -51,5 +51,5 @@
   }
   
-  if ((cwd = getcwd(NULL, 64)) == NULL) {
+  if ((cwd = getcwd(NULL, 1024)) == NULL) {
     gprint (GP_ERR, "error getting cwd\n");
     if (var != NULL) free (var);
Index: branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.basic/test/for.sh
===================================================================
--- branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.basic/test/for.sh	(revision 27338)
+++ branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.basic/test/for.sh	(revision 27339)
@@ -169,5 +169,5 @@
  $PASS = 1
 
- if ($endmem - $startmem > 10)
+ if ($endmem - $startmem > 80)
    $PASS = 0
    echo "growth: {$endmem-$startmem}"
Index: branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/dimendown.sh
===================================================================
--- branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/dimendown.sh	(revision 27338)
+++ branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/dimendown.sh	(revision 27339)
@@ -42,5 +42,5 @@
  $startmem = $word:1
 
- for i 0 1000
+ for i 0 10000
   dimendown timg val
   dimendown timg xc -x
@@ -53,5 +53,5 @@
  $PASS = 1
 
- if ($endmem - $startmem > 10)
+ if ($endmem - $startmem > 128)
    $PASS = 0
    echo "growth: {$endmem-$startmem}"
Index: branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/integrate.sh
===================================================================
--- branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/integrate.sh	(revision 27338)
+++ branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/integrate.sh	(revision 27339)
@@ -40,5 +40,5 @@
  $PASS = 1
 
- if ($endmem - $startmem > 10)
+ if ($endmem - $startmem > 128)
    $PASS = 0
    echo "growth: {$endmem-$startmem}"
Index: branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/interpolate.sh
===================================================================
--- branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/interpolate.sh	(revision 27338)
+++ branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/interpolate.sh	(revision 27339)
@@ -41,5 +41,5 @@
  $PASS = 1
 
- if ($endmem - $startmem > 10)
+ if ($endmem - $startmem > 128)
    $PASS = 0
    echo "growth: {$endmem-$startmem}"
Index: branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/periodogram.sh
===================================================================
--- branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/periodogram.sh	(revision 27338)
+++ branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/periodogram.sh	(revision 27339)
@@ -136,5 +136,5 @@
  $PASS = 1
 
- if ($endmem - $startmem > 10)
+ if ($endmem - $startmem > 180)
    $PASS = 0
    echo "growth: {$endmem-$startmem}"
