changes to build script to increase java heap memory
[IRC.git] / Robust / src / Runtime / DSTM / interface / queue.c
index 507cf65811da40fbf2619fead2e6338e6f098d90..2fb7e990eee5299a8f1275c76d39425baba6b9fc 100644 (file)
@@ -6,8 +6,7 @@ pthread_mutex_t qlock;
 pthread_mutexattr_t qlockattr;
 pthread_cond_t qcond;
 
-
-#define QSIZE 1000000 //1 MB
+#define QSIZE 2048 //2 KB
 
 void queueInit(void) {
   /* Intitialize primary queue */