setup_thread.sh 114 B

12345678910
  1. #!/bin/bash
  2. DRIVER=
  3. UWSGI=
  4. NGINX=
  5. C_PROCESSES=1
  6. C_THREADS=${CPU_COUNT}
  7. CPU_AFFINITY=1
  8. source ${TROOT}/config.sh