张泊明518370910136 bomingzh
张泊明518370910136 merged pull request JOJ/JOJ3-config-generator#14 2025-05-22 01:34:02 +08:00
fix(diff): bugs in auto detect cases
张泊明518370910136 pushed to master at JOJ/JOJ3-config-generator 2025-05-20 20:07:41 +08:00
01759efb7b fix: set default env PATH
张泊明518370910136 deleted branch fix/diff from JOJ/JOJ3-config-generator 2025-05-15 17:47:18 +08:00
张泊明518370910136 pushed to master at JOJ/JOJ3-config-generator 2025-05-15 17:47:09 +08:00
8a6c34f3e9 feat(diff): auto detect testcases (#13)
张泊明518370910136 merged pull request JOJ/JOJ3-config-generator#13 2025-05-15 17:47:09 +08:00
feat(diff): auto detect testcases
张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#13 2025-05-15 14:29:36 +08:00
feat(diff): auto detect testcases

move it to const.py

张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#13 2025-05-15 14:29:36 +08:00
feat(diff): auto detect testcases

remove it

张泊明518370910136 opened issue JOJ/JOJ3#87 2025-05-10 10:02:13 +08:00
Implement local executor with rlimit in a separated binary
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-05-10 08:16:42 +08:00
445c92a687 chore: update deps
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-05-09 16:41:33 +08:00
6215b7d7af feat(executor/sandbox): send all cmds at once
张泊明518370910136 commented on issue JOJ/JOJ3#86 2025-05-09 16:38:55 +08:00
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

张泊明518370910136 closed issue JOJ/JOJ3#86 2025-05-09 16:38:55 +08:00
JOJ3 itself will be killed due to OOM when copyOut files are large
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-05-09 16:22:43 +08:00
07cbf29792 fix(executor/local): remove rlimit as it applies to current process
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-04-30 08:27:56 +08:00
5bcb2ad0e2 chore: update deps
16fcd645f3 chore(executor/sandbox): debug log pbRet size
Compare 2 commits »
张泊明518370910136 commented on issue JOJ/JOJ3#86 2025-04-30 07:43:39 +08:00
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.

张泊明518370910136 opened issue JOJ/JOJ3#86 2025-04-29 21:29:32 +08:00
JOJ3 itself will be killed due to OOM when copyOut files are large
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-04-29 05:04:58 +08:00
7b85513007 chore(executor/sandbox): debug log result