summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/syncop.h
diff options
context:
space:
mode:
authorKrishnan Parthasarathi <kp@gluster.com>2011-06-06 04:22:46 +0000
committerAnand Avati <avati@gluster.com>2011-06-08 09:57:24 -0700
commit125fc0ca98332cd20917daab0a170342b7f5e156 (patch)
tree63a948380fa212708f2360a3afcf0c797ee78adc /libglusterfs/src/syncop.h
parente45c3e22a13332253fcc89ea528a4d77aa9ecc0f (diff)
syncop: Increase stack size for deep call stack.
pump performs a depth-first traversal of directories using the syncop stack and this necessitates a larger stack when handling deeper directory trees. Signed-off-by: Krishnan Parthasarathi <kp@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2489 (GlusterFS crashing with replace-brick) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2489
Diffstat (limited to 'libglusterfs/src/syncop.h')
-rw-r--r--libglusterfs/src/syncop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/syncop.h b/libglusterfs/src/syncop.h
index 939f44d6b0d..6954bfc68a9 100644
--- a/libglusterfs/src/syncop.h
+++ b/libglusterfs/src/syncop.h
@@ -144,7 +144,7 @@ struct syncargs {
} while (0)
-#define SYNCENV_DEFAULT_STACKSIZE (16 * 1024)
+#define SYNCENV_DEFAULT_STACKSIZE (2 * 1024 * 1024)
struct syncenv * syncenv_new ();
void syncenv_destroy (struct syncenv *);