oceanbase / obproxy

A proxy server for OceanBase Database.
https://open.oceanbase.com
Other
114 stars 79 forks source link

fix(build.sh): CPU_CORES is null and makes compile oom #8

Closed stutiredboy closed 3 years ago

stutiredboy commented 3 years ago

build.sh:

MAKE_ARGS=(-j $CPU_CORES)

CPU_CORES is a null variables, it may brings oom while compiling