4 lines
64 B
Bash
4 lines
64 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export MALLOC_CONF="tcache_gc_incr_bytes:2147483648"
|