Skip to content

Commit f4a3fd3

Browse files
committed
chore(devspace): raise memoryLimit 6Gi → 10Gi for rust-analyzer headroom
rust-analyzer indexing the gitoxide workspace alongside cargo, VS Code server, and claude pushes past 6Gi and trips the OOM killer.
1 parent a1248aa commit f4a3fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
- name: tools
2525
container:
2626
image: harbor.ethosengine.com/devspaces/rust-nix-dev:latest
27-
memoryLimit: 6Gi
27+
memoryLimit: 10Gi
2828
memoryRequest: 2Gi
2929
cpuLimit: '2'
3030
cpuRequest: '500m'

0 commit comments

Comments
 (0)