We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad37cac commit d571c4dCopy full SHA for d571c4d
test/unit_tests.c
@@ -59,6 +59,8 @@ int run_unit_tests(void)
59
60
/* core tests */
61
if (!strcmp(testing_module, "core")) {
62
+ /* remember to update the Makefile.test OpenSIPS command-line with at
63
+ * least "-m2048 -M128" before stress-testing any of the allocators! */
64
//test_malloc();
65
test_cachedb();
66
test_lib_csv();
0 commit comments