Ah, sorry. ulimit -a from terminal: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 5 file size (blocks, -f) unlimited pending signals (-i) 120594 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) 262144 open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 100 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited
ulimit -a from PHP: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 20 file size (blocks, -f) unlimited pending signals (-i) 120594 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 16384 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) 150 max user processes (-u) 60 virtual memory (kbytes, -v) 976562 file locks (-x) unlimited ________________________________ From: ffmpeg-user <[email protected]> on behalf of Andr? H?nsel <[email protected]> Sent: Wednesday, 27 June 2018 3:22 PM To: 'FFmpeg user questions' Subject: Re: [FFmpeg-user] ff_frame_thread_encoder_init failed when run via PHP exec > I ran ffmpeg with ulimit -a but it comes back with unrecognized option 'a' Not ffmpeg, just "ulimit -a". It will show you the current resource limits that are set in that environment. PHP might set some and then you will see it in the output. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
