Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:Update
squashfs
squashfs-thread-limit
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File squashfs-thread-limit of Package squashfs
Index: squashfs-tools-4.6.1/squashfs-tools/mksquashfs.c =================================================================== --- squashfs-tools-4.6.1.orig/squashfs-tools/mksquashfs.c +++ squashfs-tools-4.6.1/squashfs-tools/mksquashfs.c @@ -5276,6 +5276,15 @@ static void initialise_threads(int readq } #endif } + /* Every frag_thrd will: + * * occupy a slot in the process table (_SC_CHILD_MAX), and will + * * allocate SQUASHFS_FILE_MAX_SIZE (currently 1MiB), which is + * accounted towards the per-process datasize limit, and will + * * open 1 file descriptor (_SC_OPEN_MAX). + * Before we hit any of those limits on big irons, limit + * ourselves to an impressive but sane arbitrary maximum. + */ + if (processors > 64) processors = 64; if(multiply_overflow(processors, 3) || multiply_overflow(processors * 3, sizeof(pthread_t)))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor