criyle
|
ad661b1ad2
|
feat(copy_out_truncate): add support to copy out truncate
|
2025-10-06 22:41:03 +00:00 |
|
criyle
|
efa629a7d5
|
feat(linux): add procPeak measurement for peak thread count in the container
Linux kernel >= 6.1 && cgroup v2 only
|
2025-02-20 03:36:52 +00:00 |
|
criyle
|
9fe356feb5
|
shell: decouple terminal with grpc via stream interface
|
2024-02-05 11:55:58 +00:00 |
|
criyle
|
2f2478539c
|
model: deprecate strict_memory_limit to percise definition
|
2023-10-30 04:04:42 +00:00 |
|
criyle
|
eded6e02f6
|
linuxc: add addressSpaceLimit to enable rlimit_as
|
2023-10-30 03:10:28 +00:00 |
|
criyle
|
a06fc0b259
|
env: support symlink creation
|
2022-11-13 15:23:29 -08:00 |
|
criyle
|
5fd53e07ca
|
filestore: use math/rand & reduce fileId to 40bit
|
2022-01-08 19:25:23 -08:00 |
|
criyle
|
049d26a179
|
linuxc: limit open file count & add stdio devices
|
2021-11-12 01:35:47 -08:00 |
|
criyle
|
d8581a0c0c
|
linuxcontainer: allow restrict usage of CPU and CPU set
- change cpuRate to int and 1000 means 1 CPU 100%
|
2021-10-30 23:25:30 -07:00 |
|
criyle
|
915cbaccbb
|
envexec: add detailed file error message
|
2021-09-20 00:43:05 -07:00 |
|
criyle
|
78bb4d85de
|
filestore: use /dev/shm instead of memory as file storage
- increase default tmpfs size to 128M
- add /config to get file store path
- remove memory only file store
close #20
|
2021-09-19 15:47:24 -07:00 |
|
criyle
|
0d09e88184
|
envexec: Add pipe proxy support
|
2021-06-12 17:33:53 -07:00 |
|
criyle
|
6195204dcc
|
envexec: add optional flag for copyOut files
fix #14
|
2021-06-05 20:24:08 -07:00 |
|
criyle
|
8d3bf1bf62
|
feat(sandbox): add strict memory limit
- remove rlimit data when cgroup enabled
- add `strictMemoryLimit` to request parameter to re-enable rlimit data limit
|
2021-02-06 12:46:39 -08:00 |
|
criyle
|
6055f165b5
|
Update naming: realCpuLimit -> clockLimit
|
2020-12-30 13:01:03 -08:00 |
|
criyle
|
f5dff9ca57
|
Refactor package structure & debug outputs
|
2020-12-25 17:25:09 -08:00 |
|
criyle
|
4bf6f869f5
|
Add ability to limit cpu usage rate by CFS cgroup
|
2020-12-12 23:44:01 -08:00 |
|
criyle
|
f4496d38f6
|
Add tty io
|
2020-06-16 16:44:12 -04:00 |
|
criyle
|
238ba879e1
|
Add stack limit settings to request
|
2020-06-08 15:36:11 -04:00 |
|
criyle
|
a439711540
|
Add runTime as wall clock time
|
2020-06-05 00:36:48 -04:00 |
|
criyle
|
7a708c12c4
|
Prepare for protobuf & gRPC support
|
2020-05-20 19:49:57 -04:00 |
|
criyle
|
84dc8cfe29
|
Re-organize files
|
2020-05-18 20:14:45 -04:00 |
|