Skip to content
Snippets Groups Projects
Commit 2eca65bb authored by Petr Špaček's avatar Petr Špaček Committed by Daniel Salzman
Browse files

tests: adapt test_zone-update to work on 32 bit architectures

The test might fail on 32 architectures with error message claiming
"not enough memory". This is probably caused by address space
fragmentation.

To avoid this problem we are using pretty low values for database size
in the test (which contains little data anyway).
parent 9171da0e
No related branches found
No related tags found
No related merge requests found
......@@ -293,6 +293,7 @@ int main(int argc, char *argv[])
" - domain: test.\n"
"template:\n"
" - id: default\n"
" max-journal-db-size: 100M\n"
" storage: %s\n",
temp_dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment