Changeset: 2d593f5bbd8f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2d593f5bbd8f
Modified Files:
        monetdb5/extras/rdf/rdfschema.h
Branch: rdf
Log Message:

Workaround for memory bug: increase INIT_NUM_CS


diffs (12 lines):

diff --git a/monetdb5/extras/rdf/rdfschema.h b/monetdb5/extras/rdf/rdfschema.h
--- a/monetdb5/extras/rdf/rdfschema.h
+++ b/monetdb5/extras/rdf/rdfschema.h
@@ -169,7 +169,7 @@ typedef struct SubCSSet{
        int     numAllocation; 
 } SubCSSet;
 
-#define INIT_NUM_CS 100
+#define INIT_NUM_CS 99999      // workaround
 #define SIM_THRESHOLD 0.6
 #define SIM_TFIDF_THRESHOLD 0.55
 #define IMPORTANCE_THRESHOLD 0.01
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to