diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-02-27 01:25:56 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-02-27 01:25:56 +0100 |
commit | f83e594218a6d19da2fa1ea2a01d860c30fe2913 (patch) | |
tree | 168f32dbb8049d41f385568571b4dc503502c082 /libmysqld | |
parent | 8b6eb98f782897e3d9d134bd2e6b589e6afe1fc7 (diff) | |
download | mariadb-git-f83e594218a6d19da2fa1ea2a01d860c30fe2913.tar.gz |
Disable variables-big with debug binaries.
When compiled with SAFEMALLOC or with Windows
Debug CRT, it allocates and initializes 5GB of memory.
The effect is 20 minutes of paging and swapping on
a 4GB VM.
Still allow the test to run with optimized binaries.
Memory is not initialized in this case, malloc()
of 5GB size will not bring the whole buffer into
physical memory.
Diffstat (limited to 'libmysqld')
0 files changed, 0 insertions, 0 deletions