-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: on Windows, it is getting very slow #1246
Comments
Related to Webview2. clearing Users/xxx/AppData/Local/ai.opla.app/EBViewView fix a little... |
Missed the precise timing when this happened as i'm testing so many chat apps. Opla Webview2 ollama-grid-search Webview2 |
Thanks @kustomzone. Yes it is a WebView2 issue. On MacOs (ARM and x64) it is working correctly and memory usage is 10x lower... I see some comments about MS Office getting very slow and using a lot memory as it is also based on WebView2. Maybe it is due to latest Webview2 update. I Didn't find any relevant informations about that. |
Sadly the docs are not much help as it just says Tauri takes care of it (on Win10) without stating any method to select a specific version: "On versions older than Windows 11 the installer generated by Tauri takes care of ensuring WebView2 is installed on the system." - https://v2.tauri.app/reference/webview-versions |
@kustomzone I made some changes in event's handlers. Seems to work better on my low CPU PC running Win10. |
But there is still a memory leak on Windows |
Ok thanks that's another problem, I see new llama.cpp.exe needs extra dll. I created #1289 |
"From: Georgi Gerganov [email protected] |
Yep |
@kustomzone I fixed dll problems. On my old Xiaomi laptop Win10 4 cores m3-6Y30 1.51Ghz with only 4Gb TinyLlama is running barely smoothly now. |
I found a strange behaviour between Opla and OpenAI providers screens. I created another issue #1295 for that |
Uninstalled, removed EBWebview folder, tried both exe (Program Files/) and msi (Users/) and both crash just when opening. Last Version says 129.0.2792.52. So does the backup. |
Did you used https://github.com/Opla/opla/releases/tag/v1.0.0-alpha.230 ?
Could you backup and delete |
Yeh, roaming is only one i didn't remove. Will try. |
Another hint, I use PowerShell to start Opla from & "./Opla.exe" | Out-Default Which give me some logs and help me debug. |
Strange I have an older version in Program Files without the dll... But this version is not used by the system. |
When people switch between exe and msi it will confuse things a bit with different re-installs in both locations. |
Yep I see |
Still no 'assets' folder in Program Files.
'c:\Program Files (x86)\Microsoft\EdgeWebView\Application' |
Oops assets wasn't present in windows bundle due to my previous changes for dll. I made a fix #1296 New release is on the way. |
Why multiple Webview threads ?
The text was updated successfully, but these errors were encountered: