File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ hana() {
204204 --ulimit nofile=1048576:1048576 \
205205 --sysctl kernel.shmmax=1073741824 \
206206 --sysctl net.ipv4.ip_local_port_range=' 40000 60999' \
207- --sysctl kernel.shmmni=524288 \
207+ --sysctl kernel.shmmni=4096 \
208208 --sysctl kernel.shmall=8388608 \
209209 -v $temp_dir :/config \
210210 store/saplabs/hanaexpress:2.00.045.00.20200121.1 \
@@ -229,6 +229,12 @@ cockroachdb() {
229229 sleep 10
230230 OUTPUT=$( docker logs cockroach)
231231 done
232+ echo " Enabling experimental box2d operators"
233+ docker exec -it cockroach bash -c " cat <<EOF | ./cockroach sql --insecure
234+ SET CLUSTER SETTING sql.spatial.experimental_box2d_comparison_operators.enabled = on;
235+ quit
236+ EOF
237+ "
232238 echo " Cockroachdb successfully started"
233239
234240}
You can’t perform that action at this time.
0 commit comments