woj-sandbox/resource.h

12 lines
267 B
C
Raw Normal View History

2022-10-02 16:06:27 +08:00
#ifndef WOJ_SANDBOX_RESOURCE_H
#define WOJ_SANDBOX_RESOURCE_H
// Configuration Environment Variables
#define LIMIT_MEMORY "LIMIT_MEMORY"
#define LIMIT_TIME "LIMIT_TIME"
#define LIMIT_NPROC "LIMIT_NPROC"
void setup_rlimit(void);
#endif // WOJ_SANDBOX_RESOURCE_H