mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
ut0mem.c:
Add a note to the error message that is printed when memory allocation fails: 32-bit computers usually have at most 2 GB or 4 GB process memory space
This commit is contained in:
parent
cab93758f1
commit
a4908dbcd1
1 changed files with 3 additions and 1 deletions
|
@ -88,7 +88,9 @@ ut_malloc_low(
|
|||
"InnoDB: Check if you should increase the swap file or\n"
|
||||
"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",
|
||||
"InnoDB: a big enough maximum process size.\n"
|
||||
"InnoDB: Note that in most 32-bit computers the process\n"
|
||||
"InnoDB: memory space is limited to 2 GB or 4 GB.\n",
|
||||
(ulong) n, (ulong) ut_total_allocated_memory,
|
||||
#ifdef __WIN__
|
||||
(ulong) GetLastError()
|
||||
|
|
Loading…
Reference in a new issue