From 33c13daf63091b430a642918997c605cf88e6d89 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 4 Jan 2002 04:12:37 +0200 Subject: ut0mem.c: Better error message if we hit the max process size in FreeBSD innobase/ut/ut0mem.c: Better error message if we hit the max process size in FreeBSD --- innobase/ut/ut0mem.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'innobase') diff --git a/innobase/ut/ut0mem.c b/innobase/ut/ut0mem.c index 84a79d39556..79351ff120f 100644 --- a/innobase/ut/ut0mem.c +++ b/innobase/ut/ut0mem.c @@ -81,8 +81,10 @@ ut_malloc_low( "InnoDB: by InnoDB %lu bytes. Operating system errno: %d\n" "InnoDB: Cannot continue operation!\n" "InnoDB: Check if you should increase the swap file or\n" - "InnoDB: ulimits of your operating system.\n", - n, ut_total_allocated_memory, errno); + "InnoDB: ulimits of your operating system.\n" + "InnoDB: On FreeBSD check you have compiled the OS with\n" + "InnoDB: a big enough maximum process size.\n", + n, ut_total_allocated_memory, errno); os_fast_mutex_unlock(&ut_list_mutex); -- cgit v1.2.1