Skip to content

Commit 00f3949

Browse files
committed
add comment about how to limit memory usage by codex-acp via an env var
1 parent c84b470 commit 00f3949

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/packages/ai/acp/codex.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/*
22
Codex ACP Client.
3+
4+
NOTE: Set COCALC_ACP_MAX_SESSIONS to a number to cause codex-acp to
5+
limit the number of sessions in memory at once, to avoid using too
6+
much RAM.
37
*/
48

59
import { randomUUID } from "node:crypto";

0 commit comments

Comments
 (0)