Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Backport #268 to add chromium single process flags
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 committed Dec 18, 2020
1 parent fe47d49 commit a2225f1
Show file tree
Hide file tree
Showing 8 changed files with 9,637 additions and 9,637 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const createVisualReport = async (
* TODO: temp fix to disable sandbox when launching chromium on Linux instance
* https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#setting-up-chrome-linux-sandbox
*/
args: ['--no-sandbox', '--disable-setuid-sandbox', '--disable-gpu'],
args: ['--no-sandbox', '--disable-setuid-sandbox', '--disable-gpu', '--no-zygote', '--single-process'],
executablePath: CHROMIUM_PATH,
env: {
TZ: timezone || 'UTC',
Expand Down
374 changes: 187 additions & 187 deletions kibana-reports/target/public/.kbn-optimizer-cache

Large diffs are not rendered by default.

440 changes: 220 additions & 220 deletions kibana-reports/target/public/0.plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kibana-reports/target/public/0.plugin.js.map

Large diffs are not rendered by default.

320 changes: 160 additions & 160 deletions kibana-reports/target/public/1.plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kibana-reports/target/public/1.plugin.js.map

Large diffs are not rendered by default.

18,132 changes: 9,066 additions & 9,066 deletions kibana-reports/target/public/opendistro_kibana_reports.plugin.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit a2225f1

Please sign in to comment.