Skip to content

Commit 930f165

Browse files
authored
Merge pull request #11 from linuxserver/perf-fix
update chromium launch options to not kill performance
2 parents b3deee7 + ef84b27 commit 930f165

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
413413

414414
## Versions
415415

416+
* **03.04.25:** - Update chromium launch options to improve performance.
416417
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
417418
* **06.01.24:** - Rebase to Debian Bookworm.
418419
* **17.01.24:** - Update bash wrappers to cleanup and detect seccomp.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ init_diagram: |
105105
"webcord:latest" <- Base Images
106106
# changelog
107107
changelogs:
108+
- {date: "03.04.25:", desc: "Update chromium launch options to improve performance."}
108109
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}
109110
- {date: "06.01.24:", desc: "Rebase to Debian Bookworm."}
110111
- {date: "17.01.24:", desc: "Update bash wrappers to cleanup and detect seccomp."}

root/usr/bin/chromium

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ fi
1010
# Run normally on privved containers or modified un non priv
1111
if grep -q 'Seccomp:.0' /proc/1/status; then
1212
${BIN} \
13-
--ignore-gpu-blocklist \
1413
--no-first-run \
1514
--password-store=basic \
1615
--simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT' \
1716
--user-data-dir \
1817
"$@" > /dev/null 2>&1
1918
else
2019
${BIN} \
21-
--ignore-gpu-blocklist \
2220
--no-first-run \
2321
--no-sandbox \
2422
--password-store=basic \

0 commit comments

Comments
 (0)