Skip to content

Commit d571c4d

Browse files
committed
Add a useful notice regarding allocator stress-tests
1 parent ad37cac commit d571c4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit_tests.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ int run_unit_tests(void)
5959

6060
/* core tests */
6161
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! */
6264
//test_malloc();
6365
test_cachedb();
6466
test_lib_csv();

0 commit comments

Comments
 (0)