4 lines
102 B
Bash
4 lines
102 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export MALLOC_CONF='tcache:false,hpa_dirty_mult:0.25,hpa_hugification_threshold_ratio:0.6'
|