#!/bin/bash

# 高并发配置（5000+并发）
pm2 start /opt/mysql-rest/mysql-rest-$(uname -m) --name mysql-rest --interpreter none -- -r 0.0.0.0 -n 55000 -h 127.0.0.1 -o 5236 --dialect dameng -u SYSDBA -p @WSX3edc --dmPoolMax 10000 --dmPoolMin 100 --dmPoolTimeout 90 --dmQueueMax 50000 --dmQueueTimeout 90000 --dmTestOnBorrow --dmValidationQuery "select 1 from dual" --disableAccessLog

# /opt/mysql-rest/mysql-rest-$(uname -m) -r 0.0.0.0 -n 55000 -h 127.0.0.1 -o 5236 --dialect dameng -u SYSDBA -p @WSX3edc --dmPoolMax 10000 --dmPoolMin 100 --dmPoolTimeout 90 --dmQueueMax 50000 --dmQueueTimeout 90000 --dmTestOnBorrow --dmValidationQuery "select 1 from dual" --disableAccessLog