forked from pool/coreutils
802e1a9b2a
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=4f5d11426de4d37077ce539ac424712b
16 lines
538 B
Diff
16 lines
538 B
Diff
Index: src/sort.c
|
|
===================================================================
|
|
--- src/sort.c.orig
|
|
+++ src/sort.c
|
|
@@ -5263,8 +5263,8 @@ main (int argc, char **argv)
|
|
{
|
|
if (!nthreads)
|
|
{
|
|
- unsigned long int np = num_processors (NPROC_CURRENT_OVERRIDABLE);
|
|
- nthreads = MIN (np, DEFAULT_MAX_THREADS);
|
|
+ //unsigned long int np = num_processors (NPROC_CURRENT_OVERRIDABLE);
|
|
+ nthreads = 1; //MIN (np, DEFAULT_MAX_THREADS);
|
|
}
|
|
|
|
/* Avoid integer overflow later. */
|