From c8f0fde62985579f1f90f9abed06abb749f1f032 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 5 Mar 2024 04:38:04 -0500 Subject: [PATCH] chore: update example cpu limit time --- _example/simple/conf.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/simple/conf.toml b/_example/simple/conf.toml index ea5052f..c90b7be 100644 --- a/_example/simple/conf.toml +++ b/_example/simple/conf.toml @@ -32,7 +32,7 @@ name = "sandbox" [stages.executor.with.default] args = ["./a"] env = ["PATH=/usr/bin:/bin"] -cpuLimit = 10_000_000_000 +cpuLimit = 1_000_000_000 memoryLimit = 104_857_600 procLimit = 50 copyOut = ["stdout", "stderr"]