Commit Graph

8 Commits

Author SHA1 Message Date
criyle
afd580cde3 Executor server can run without root privilege
- Docker `--privileged` is still required for unshare ...
2020-05-19 17:28:49 -04:00
criyle
b480bca277 Add rlimit restriction 2020-05-19 16:51:13 -04:00
criyle
4646ce7fdc Add windows support 2020-04-26 03:31:54 -04:00
criyle
f2f60ceb7c prepare windows platform support 2020-04-25 14:21:49 -04:00
criyle
a2a6c0f97b simplifies environment interface 2020-04-16 20:15:59 -04:00
criyle
d7eba97492 Fix typos 2020-03-27 18:59:47 -04:00
criyle
a79543f0af Cache container work directory for performance
- 140 op/s -> 170 op/s for A+B problem
2020-03-16 20:16:18 -04:00
criyle
7951f37bd4 Implements the draft executor server
- Add new command executorserver as the draft executor server
- Move shared pool logic into /pkg/pool
2020-03-04 02:12:26 -05:00