- 518370910136
- https://boyanzh.site
-
FOCS maintainer for almost everything.
- Joined on
2021-05-21
Block a user
fix(diff): bugs in auto detect cases
feat(diff): auto detect testcases
Implement local executor with rlimit in a separated binary
JOJ3 itself will be killed due to OOM when copyOut files are large
Fixed in 07cbf29792438217952a6c834c84baa05169cfaf. os/exec
in golang does not fork the process, so rlimit will be applied to the current parent process. Check https://www.reddit.com/r/golang/comm…
JOJ3 itself will be killed due to OOM when copyOut files are large
JOJ3 itself will be killed due to OOM when copyOut files are large
It relates to running JOJ3 in act_runner. Run JOJ3 directly on joj-dev will not cause OOM but inside act_runner it will.
JOJ3 itself will be killed due to OOM when copyOut files are large