]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
queueSiye 1M
authorhades <hades>
Sun, 21 Nov 1999 16:27:07 +0000 (16:27 +0000)
committerhades <hades>
Sun, 21 Nov 1999 16:27:07 +0000 (16:27 +0000)
hadaq/evtbuild.c
hadaq/memnet.c
hadaq/netmem.c
hadaq/readout.c

index 0f1220479c7c53a5889141061ae8891be12af53a..d525b96073beb32b4867f1dd18357a14633600c9 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.7 1999-11-16 15:49:41 hades Exp $";
+static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.8 1999-11-21 16:27:07 hades Exp $";
 
 #define _XOPEN_SOURCE
 #include <unistd.h>
@@ -166,7 +166,7 @@ int main(int argc, char *argv[])
        outDev = "null";
        priority = 0;
        runNr = time(NULL);
-       queueSize = 100 * 1024;
+       queueSize = 1 * 1024 * 1024;
 
        while ((i = getopt(argc, argv, "am:f:r:s:o:d:p:v:")) != -1) {
                switch (i) {
index 912ea378af4a0bc5918345c11cd2b58870d94829..b74f995a065f6778acb86f6f66aa0ea5d8de5497 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/memnet.c,v 6.1 1999-08-31 10:37:24 muench Exp $";
+static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/memnet.c,v 6.2 1999-11-21 16:27:21 hades Stab $";
 
 #define _XOPEN_SOURCE
 #include <unistd.h>
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
        Worker *worker;
        NetTrans *netTrans;
        ShmTrans *shmTrans;
-       size_t queueSize = 100 * 1024;
+       size_t queueSize = 1 * 1024 * 1024;
        int exitStat;
 
        msglog_setlevel(argv[0], "info");
index 30571ed39f250e8ac2aa6b9f966c6abee709e6fc..d9f45e008f49b515518f0f4fbe364d4051bf6f6d 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/netmem.c,v 6.5 1999-11-18 13:26:06 hades Exp $";
+static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/netmem.c,v 6.6 1999-11-21 16:27:23 hades Rel $";
 
 #define _XOPEN_SOURCE
 #include <unistd.h>
@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
   priority = 0;
   isStandalone = 1;
   nrOfMsgs = 0;
-  queueSize = 100 * 1024;
+  queueSize = 1 * 1024 * 1024;
 
   while ((i = getopt(argc, argv, "am:p:v:")) != -1) {
     switch (i) {
index 86c6e07d38c764f3eeec3aaec722f8b384157830..6bf5e5782e541c3fc04f58c7f8c96d9bab22d5e8 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/readout.c,v 6.5 1999-11-21 15:13:32 hades Exp $";
+static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/readout.c,v 6.6 1999-11-21 16:27:27 hades Exp $";
 
 #define _POSIX_C_SOURCE 199309L
 #include <unistd.h>
@@ -51,7 +51,7 @@ void main(int argc, char *argv[])
        isStandalone = 1;
        outPath = "subevtqueue";
        priority = 0;
-       queueSize = 100 * 1024;
+       queueSize = 1 * 1024 * 1024;
        msglog_setlevel(argv[0], "info");
 
        while ((i = getopt(argc, argv, "ap:v:")) != -1) {