Changeset: 68084c4630ce for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=68084c4630ce Modified Files: gdk/gdk_posix.mx Branch: default Log Message:
Clarification in comment. diffs (12 lines): diff --git a/gdk/gdk_posix.mx b/gdk/gdk_posix.mx --- a/gdk/gdk_posix.mx +++ b/gdk/gdk_posix.mx @@ -318,7 +318,7 @@ #ifdef WIN32 int GDK_mem_pagebits = 16; /* on windows, the mmap addresses can be set by the 64KB */ #else -int GDK_mem_pagebits = 14; /* on linux, 4KB pages can be addressed */ +int GDK_mem_pagebits = 14; /* on linux, 4KB pages can be addressed (but we use 16KB) */ #endif #ifndef MAP_NORESERVE _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
