Changeset: f2b6440d3881 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f2b6440d3881
Modified Files:
tools/monetdbe/monetdbe.c
Branch: Oct2020
Log Message:
Compare with the right parameter
diffs (12 lines):
diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c
--- a/tools/monetdbe/monetdbe.c
+++ b/tools/monetdbe/monetdbe.c
@@ -517,7 +517,7 @@ monetdbe_startup(monetdbe_database_inter
workers = GDKnr_threads = opts->nr_threads;
}
if (opts && opts->memorylimit) {
- if( opts->nr_threads < 0){
+ if( opts->memorylimit < 0){
mdbe->msg = createException(MAL,
"monetdbe.monetdbe_startup", "Memorylimit should be positive");
goto cleanup;
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list