mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Update docs/en/development/tests.md
Co-authored-by: Raúl Marín <git@rmr.ninja>
This commit is contained in:
parent
df607c535c
commit
e8ac8d46ff
@ -230,7 +230,7 @@ For production builds, clang is used, but we also test make gcc builds. For deve
|
||||
## Sanitizers {#sanitizers}
|
||||
|
||||
:::note
|
||||
Make sure to have address space layout randomization disabled when running sanitizer builds locally: `sudo sysctl kernel.randomize_va_space=0`
|
||||
If the process crashes at the start when running it locally, you might need to disable address space layout randomization: `sudo sysctl kernel.randomize_va_space=0`
|
||||
:::
|
||||
|
||||
### Address sanitizer
|
||||
|
Loading…
Reference in New Issue
Block a user