continuedev / continuedev/continue
Very high cpu usage
Open
@RomneyDa is already working on this.
Since Feb 26, 2025.
ide:jetbrains
kind:bug
needs-triage
os:mac
- Dominant language
- TypeScript
- Stars
- 36k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: macos
- Continue version: 1.0.0
- IDE version: IntelliJ IDEA 2024.3.3 (Ultimate Edition)
- Model: qwen2.5-code
- config:
"embeddingsProvider": {
"provider": "ollama",
"model": "nomic-embed-text"
},
"tabAutocompleteModel": {
"title": "Tab Autocomplete",
"provider": "ollama",
"model": "qwen2.5-coder:1.5b",
"completionOptions.bak": {
"stop": [
"[PREFIX]",
"[SUFFIX]"
]
},
"useLegacyCompletionsEndpoint": false
},
"tabAutocompleteOptions": {
"useCopyBuffer": true,
"useSuffix": true,
"maxPromptTokens": 500,
"useOtherFiles": true,
"stopSequences": 5,
"prefixPercentage": 0.5,
"useFileSuffix": true
}
Description
To reproduce
No response
Log output
[2025-02-26T15:01:47] The operation was aborted.
Code: undefined
Error number: undefined
Syscall: undefined
Type: aborted
xYe: The operation was aborted.
at u (/snapshot/continue/binary/out/index.js:46:17817)
at AbortSignal.I (/snapshot/continue/binary/out/index.js:46:18004)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:645:20)
at AbortSignal.dispatchEvent (node:internal/event_target:587:26)
at abortSignal (node:internal/abort_controller:292:10)
at AbortController.abort (node:internal/abort_controller:322:5)
at Bke.cancel (/snapshot/continue/binary/out/index.js:8267:2844)
at wke._createListenableGenerator (/snapshot/continue/binary/out/index.js:8267:3582)
at wke.getGenerator (/snapshot/continue/binary/out/index.js:8267:4054)
at getGenerator.next (<anonymous>)
[2025-02-26T15:03:44] The operation was aborted.
Code: undefined
Error number: undefined
Syscall: undefined
Type: aborted
xYe: The operation was aborted.
at u (/snapshot/continue/binary/out/index.js:46:17817)
at AbortSignal.I (/snapshot/continue/binary/out/index.js:46:18004)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:645:20)
at AbortSignal.dispatchEvent (node:internal/event_target:587:26)
at abortSignal (node:internal/abort_controller:292:10)
at AbortController.abort (node:internal/abort_controller:322:5)
at Bke.cancel (/snapshot/continue/binary/out/index.js:8267:2844)
at wke._createListenableGenerator (/snapshot/continue/binary/out/index.js:8267:3582)
at wke.getGenerator (/snapshot/continue/binary/out/index.js:8267:4054)
at getGenerator.next (<anonymous>)
[info] Starting Continue core...
[2025-02-26T15:04:19] [info] Starting Continue core...
[2025-02-26T15:04:19] Setup
[2025-02-26T15:04:19] V1 Dev data migration: /Users/caesar/.continue/dev_data/0.1.0/tokensGenerated.jsonl already exists, skipping tokens_generated
[2025-02-26T15:04:19] [binary] Core started
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.