Closed BoYanZh closed 2 years ago
Can be solved by controlling the length of enum.
code in yml to monitor mem usage:
pid=$!
while kill -0 $pid 2> /dev/null; do
top -b n1 -p $!
sleep 1
done
exit 0
error:
correct:
openapi.json
diff: https://github.com/joint-online-judge/horse/commit/921c3984f2727491029e37b92423948e2ceaa39a