Merge pull request #9435 from electron/disk-cache-size-flag
support --disk-cache-size flag
This commit is contained in:
commit
c7e6cbcf9f
4 changed files with 15 additions and 1 deletions
|
@ -36,6 +36,10 @@ Debug-related flags, see the [Debugging the Main Process][debugging-main-process
|
|||
|
||||
Enables remote debugging over HTTP on the specified `port`.
|
||||
|
||||
## --disk-cache-size=`size`
|
||||
|
||||
Forces the maximum disk space to be used by the disk cache, in bytes.
|
||||
|
||||
## --js-flags=`flags`
|
||||
|
||||
Specifies the flags passed to the Node JS engine. It has to be passed when starting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue