final cut pro 12.3 is failing to render to network shares

We're using an M4 MBP connected to an OWC 10GbE NIC to our network, with an M4 Studio that has a couple 192TB DAS and one 4TB external SSD in an OWC 1M2 case. We're trying render a 900GB source file (from a DAS on the Studio) that is SDR and converting to HDR in ProRes 422 HQ to the 1M2 SSD (which will take like 2.5TB of space), but FCP barfs within the first two minutes but doesn't give up any info on why.


There IS some stuff in the log file that implies there's a dirty cache that can't be emptied? But we're not sure. Below is a snippet from the log file:


Event: disk writes

Action taken: none

Writes: 2160.48 MB of file backed memory dirtied over 2503 seconds (863.04 KB per second average), exceeding limit of 24.86 KB per second over 86400 seconds

Writes limit: 2147.48 MB

Limit duration: 86400s

Writes caused: 2160.48 MB

Writes duration: 2503s

Duration: 2503.35s

Duration Sampled: 2502.38s (event starts 0.77s before samples, event ends 0.21s after samples)

Steps: 452 (5 samples lost, 10.49 MB/step)


Hardware model: Mac16,7

Active cpus: 14

Memory size: 48 GB

HW page size: 16384

VM page size: 16384

Shared cache residency: 29.42% (1973.33 MB / 6707.41 MB)

MacBook Pro (M4 Pro, 2024)

Posted on Aug 25, 2026 10:12 PM

Reply
Question marked as Top-ranking reply

Posted on Aug 28, 2026 12:08 PM

Recommendations:


  • Export to a local volume, then copy to the share.Internal SSD or the OWC Atlas — anything local. This fully decouples the encoder from network stalls and will work every time. For this workflow (single ProRes file, no re-render) the extra copy is minutes. This is the reliable fix; everything below is about making direct-to-share exports survivable.


  • Quiet the Mac Studio during exports.Pause Plex Media Server (its scanner was at 90%+ CPU), and exclude the big media volumes from Spotlight on the Studio (System Settings → Spotlight, or mdutil -i off per volume). mds_stores has logged repeated high-CPU incidents indexing ~300 TB of attached storage, and it competes directly with smbd for the arrays.


  • Test the same export to an APFS SSD share on the Studio. Share a folder on the OWC Atlas Ultra (or internal SSD) and export TEST.mov to it. If that succeeds where ItTwerks fails, the bottleneck is confirmed as the HFS+ Pegasus write path, not SMB or the network. The often-seen commentary about not using APFS on mechanical drives is outdated. APFS is now the recommended volume format for both mechanical and APFS drives.


  • Treat the 168 TB HFS+ volume at 77% full as suspect.HFS+ at this scale and fill level allocates slowly and fragments badly, and allocation stalls block all I/O on the volume. Check it with DiskWarrior (already installed), and plan to keep large HFS+ arrays below ~80% — or migrate the export-target role to APFS.


  • Don't read the source and write the export over the same share at once.Source (ProRes LT) and destination are both on ItTwerks, sharing one SMB session and one array. Keeping the source local for the export halves the load on the choke point.


  • top tuning the network — it isn't the problem.Jumbo frames, EEE, AVB, flow control: the link negotiated 10Gbase-T full-duplex cleanly and never flapped during the failure. Use smb:// (never cifs://) and leave the NIC settings at the combination that benchmarks best.


Misc Observations and Comments:


Four cifs:// connection attempts (09:29–09:31) were refused with "cifs specified but SMB 1 is not enabled." Someone is connecting with the legacy cifs:// scheme, which forces SMB1. Always use smb://. The working mount authenticates via Apple ID over Bonjour (ThunderPuckExtreme._smb._tcp.local).


On the Studio, EtreCheck flags SIP and Gatekeeper disabled, security updates off, mds_stores and apfsd high-CPU incidents, and a cracked-source Logic install ("FileCR"). None of that caused this error, but it's a fragile machine to use as a production file server.

63 replies

final cut pro 12.3 is failing to render to network shares

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.