Skip to content

Commit 7f9ce0b

Browse files
committed
increase memory for agents
1 parent 7abb0cf commit 7f9ce0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def agent_limits
6464

6565
# if user.root?
6666
{
67-
memory: '8g',
67+
memory: '16g',
6868
cpus: '6',
6969
pids: 50_000,
7070
execute_timeout: 86_400

0 commit comments

Comments
 (0)