Re: [FFmpeg-devel] Issue - Error Due to higher number of threads

2022-05-26 Thread Srihari Sridhar
Hi, Any updates or new ideas on the issue? Yours truly, S Srihari On Mon, 23 May 2022 at 18:00, Srihari Sridhar wrote: > Hi, > > I tried on AMD ThreadRipper 3990x machine. It has 64 cores and 128 logical > processors. The windows make starts failing with 64 threads.It worked > successfully unt

Re: [FFmpeg-devel] Issue - Error Due to higher number of threads

2022-05-23 Thread Srihari Sridhar
Hi, I tried on AMD ThreadRipper 3990x machine. It has 64 cores and 128 logical processors. The windows make starts failing with 64 threads.It worked successfully until 32 and even 48 threads. Regards, S Srihari On Thu, 19 May 2022 at 15:42, Wolfgang Haupt wrote: > > Hi, > > > > Thanks for the

Re: [FFmpeg-devel] Issue - Error Due to higher number of threads

2022-05-19 Thread Wolfgang Haupt
Hi, Thanks for the reply. I checked the memory usage while building ffmpeg with 64 threads. The machine I tested has 128 GB ram. While I tested it I found that maximum memory utilized by the build of ffmpeg was 17GB. Still the build throws up error semaphore or child process wait (Error 87 : The

Re: [FFmpeg-devel] Issue - Error Due to higher number of threads

2022-05-19 Thread Srihari Sridhar
Hi, Thanks for the reply. I checked the memory usage while building ffmpeg with 64 threads. The machine I tested has 128 GB ram. While I tested it I found that maximum memory utilized by the build of ffmpeg was 17GB. Still the build throws up error semaphore or child process wait (Error 87 : The

Re: [FFmpeg-devel] Issue - Error Due to higher number of threads

2022-05-12 Thread Timo Rothenpieler
On 12.05.2022 04:22, Srihari Sridhar wrote: Hi, I was building ffmpeg through windows. While I was able to successfully able to build for smaller number of threads, for larger number of threads I faced an issue The commands I used were bash ./configure --arch=x86 --target-os=mingw32 --disable-x