Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit aa27d85

Browse files
committed
Add note about valgrind to README [skip ci]
1 parent 6803719 commit aa27d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ $ sudo make install
134134
- to be able to customize some tests make sure you have `variables_order = "EGPCS"` in your php.ini
135135
- `export DEV_TESTS=1` allows to run tests that are made for development reasons (e.g. test some weird behavior or for debugging)
136136
- To prevent the test suite from asking you to send results to the PHP QA team do `export NO_INTERACTION=1`
137+
- To run tests with memory leaaks check, install `valgrind` and do `export TEST_PHP_ARGS="-m"`
137138

138139
- To track memory usage you may want to use `smem`, `pmem` or even `lsof` to see what shared object are loaded
139140
and `free` to display free and used memory in the system.

0 commit comments

Comments
 (0)