Skip to content
Snippets Groups Projects
Commit 5ba81982 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Resize communication buffer limit for large tests.

parent 10aa69a6
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ enum
timestepSize = 3
};
#define MAXWINBUFFERSIZE ((size_t)512 * 1024 * 1024)
#define MAXWINBUFFERSIZE ((size_t)2048 * 1024 * 1024)
enum
{
......
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