mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-25 23:06:28 +00:00
Merge branch 'main' into update_docs
This commit is contained in:
commit
9858a6743c
1 changed files with 3 additions and 0 deletions
|
|
@ -352,6 +352,9 @@ app.commandLine.appendSwitch('max_old_space_size', '4096');
|
|||
app.commandLine.appendSwitch('enable-features', 'MemoryPressureReduction');
|
||||
app.commandLine.appendSwitch('renderer-process-limit', '8');
|
||||
|
||||
// Disable Fontations (Rust-based font engine) to prevent crashes on macOS
|
||||
app.commandLine.appendSwitch('disable-features', 'Fontations');
|
||||
|
||||
// ==================== Proxy configuration ====================
|
||||
// Read proxy from global .env file on startup
|
||||
proxyUrl = readGlobalEnvKey('HTTP_PROXY');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue