Skip to content

Commit 13bb963

Browse files
pablogsalgodlygeek
andauthored
Update src/memray/commands/common.py
Co-authored-by: Matt Wozniski <[email protected]>
1 parent bd291ad commit 13bb963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memray/commands/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def warn_if_not_enough_symbols() -> None:
8181
def warn_if_file_is_not_aggregated_and_is_too_big(
8282
reader: FileReader, result_path: Path
8383
) -> None:
84-
FILE_SIZE_LIMIT = 1e7
84+
FILE_SIZE_LIMIT = 10 * 1000 * 1000
8585
if (
8686
reader.metadata.file_format == FileFormat.ALL_ALLOCATIONS
8787
and result_path.stat().st_size > FILE_SIZE_LIMIT

0 commit comments

Comments
 (0)