Jerry Wu

Results 25 issues of Jerry Wu

## Situation judge will mount /dev to standard/container/udev, but won't umount. So it's dangerous to do file operation in standard/container even the judge is stopped. ## Expectation Umount standard/container/udev before...

bug

## Situation The file operations may block the event loop, which causes the performance to drop.

enhancement

## Situation The code of event loop is copied from old code, need to refactor.

enhancement

## Situation Currently, different judge instances have to run in separate directories; otherwise, the file operations will be conflict. ## Expectation Create separate working directory for each instance.

enhancement

## Situation Currently, we use prefetch to solve issue #4 , but it's a little ugly and not reliable. ## Expectation Control memory limit dynamically in light of OOM events...

enhancement

## Situation There is only tornado default SIGINT handler now. Some environment changes need to be recovered after exit. ## Expectation Handle SIGINT, clean sandboxes and containers.

enhancement

# Situation Different Linux distributions have different file path. And their compilers have different environment requirements.

enhancement

The new runner version has been released: https://github.com/actions/runner/releases/tag/v2.314.1 Past issue: #16497