-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support swapping to disk for large nested archives (#98)
- Loading branch information
1 parent
24f2aa0
commit 7f12500
Showing
14 changed files
with
610 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
type: feature | ||
feature: | ||
description: |- | ||
Inspecting large nested archives without a large memory impact can now be enabled by setting `--nested-archive-disk-swap-max-size` to a positive non-zero value. | ||
When a nested zip file is encountered that is above the `--nested-archive-max-size`, space will be used on disk to write out the archive temporarily to be able to inspected. The location that temporary files are written to can be configured using `--nested-archive-disk-swap-dir`, which is set to `/tmp` by default. | ||
links: | ||
- https://github.com/palantir/log4j-sniffer/pull/98 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.