Skip to content

Commit a916d4d

Browse files
committed
Fix
1 parent 7983d51 commit a916d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/linux/onevox.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ StandardError=journal
1313

1414
# Resource limits (optional, can be adjusted per system)
1515
MemoryMax=2G
16-
CPUQuota=80%
16+
# CPUQuota=80% # Commented out - speech processing needs full CPU access
1717

1818
[Install]
1919
WantedBy=default.target

scripts/install_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ StandardError=journal
176176
177177
# Resource limits (optional, can be adjusted per system)
178178
MemoryMax=2G
179-
CPUQuota=80%
179+
# CPUQuota=80% # Commented out - speech processing needs full CPU access
180180
181181
[Install]
182182
WantedBy=default.target

0 commit comments

Comments
 (0)