We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8140f09 commit f4cdd36Copy full SHA for f4cdd36
main/streams/mmap.c
@@ -31,7 +31,7 @@ PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t le
31
range.mode = mode;
32
range.mapped = NULL;
33
34
- /* For now, we impose an arbitrary 1MB limit to avoid
+ /* For now, we impose an arbitrary 2MB limit to avoid
35
* runaway swapping when large files are passed thru. */
36
if (length > 2 * 1024 * 1024) {
37
return NULL;
0 commit comments