Files
huangjingfen/pro_v3.5.1/help/start-api.sh
apple 78de918c37 Initial commit: queue workspace
Made-with: Cursor
2026-03-21 02:55:24 +08:00

8 lines
259 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/usr/bin/env bash
# 按 help/PHP-Setup.md 要求,以 memory_limit=300M 启动 Swoole API 服务
# 用法:在项目根目录执行 ./help/start-api.sh或先 cd pro_v3.5.1 再执行
set -e
cd "$(dirname "$0")/.."
php -d memory_limit=300M think swoole