Changeset: e763a0404666 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e763a0404666
Modified Files:
gdk/gdk_utils.c
Branch: Dec2023
Log Message:
Be explicit about the values we print with USR1.
diffs (15 lines):
diff --git a/gdk/gdk_utils.c b/gdk/gdk_utils.c
--- a/gdk/gdk_utils.c
+++ b/gdk/gdk_utils.c
@@ -2060,9 +2060,9 @@ GDKprintinfo(void)
printf("Virtual memory allocated: %zu, of which %zu with malloc\n",
vmallocated + allocated, allocated);
- printf("vm limit: %zu, mem limit: %zu\n",
+ printf("gdk_vm_maxsize: %zu, gdk_mem_maxsize: %zu\n",
GDK_vm_maxsize, GDK_mem_maxsize);
- printf("mmap persistent heaps over %zu, transient heaps over %zu\n",
+ printf("gdk_mmap_minsize_persistent %zu, gdk_mmap_minsize_transient
%zu\n",
GDK_mmap_minsize_persistent, GDK_mmap_minsize_transient);
#ifdef __linux__
int fd = open("/proc/self/statm", O_RDONLY | O_CLOEXEC);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]