File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 8
8
ROOT=$( dirname $( dirname $( readlink -f $0 ) ) )
9
9
# --disable-dev-shm-usage --use-gl=swiftshader: when run on docker containers where size of /dev/shm
10
10
# partition < 64MB which causes OOM failure for chromium compositor that uses the partition for shared memory
11
- # --disable-crash-reporter: TODO@electron this needs Electron 17 to work (https://github.com/microsoft/vscode/issues/142572)
12
- LINUX_EXTRA_ARGS=" --disable-dev-shm-usage --use-gl=swiftshader --disable-crash-reporter"
11
+ LINUX_EXTRA_ARGS=" --disable-dev-shm-usage --use-gl=swiftshader"
13
12
fi
14
13
15
14
VSCODEUSERDATADIR=` mktemp -d 2> /dev/null`
Original file line number Diff line number Diff line change 8
8
ROOT=$( dirname $( dirname $( readlink -f $0 ) ) )
9
9
# --disable-dev-shm-usage --use-gl=swiftshader: when run on docker containers where size of /dev/shm
10
10
# partition < 64MB which causes OOM failure for chromium compositor that uses the partition for shared memory
11
- # --disable-crash-reporter: TODO@electron this needs Electron 17 to work (https://github.com/microsoft/vscode/issues/142572)
12
- LINUX_EXTRA_ARGS=" --disable-dev-shm-usage --use-gl=swiftshader --disable-crash-reporter"
11
+ LINUX_EXTRA_ARGS=" --disable-dev-shm-usage --use-gl=swiftshader"
13
12
fi
14
13
15
14
VSCODEUSERDATADIR=` mktemp -d 2> /dev/null`
Original file line number Diff line number Diff line change 8
8
ROOT=$( dirname $( dirname $( readlink -f $0 ) ) )
9
9
# --disable-dev-shm-usage --use-gl=swiftshader: when run on docker containers where size of /dev/shm
10
10
# partition < 64MB which causes OOM failure for chromium compositor that uses the partition for shared memory
11
- # --disableCrashReporter: TODO@electron this needs Electron 17 to work (https://github.com/microsoft/vscode/issues/142572)
12
- LINUX_EXTRA_ARGS=" --disable-dev-shm-usage --use-gl=swiftshader --disableCrashReporter"
11
+ LINUX_EXTRA_ARGS=" --disable-dev-shm-usage --use-gl=swiftshader"
13
12
fi
14
13
15
14
cd $ROOT
You can’t perform that action at this time.
0 commit comments