Hello @Michael MacGregor ,
you can also query the sys.dm_os_sys_info on your instance, check whether the value of softnuma_configuration is equal to 1,this means the Automatic soft-NUMA was enabled on this instance.
With SQL Server 2016 (13.x), whenever the SQL Server Database Engine detects more than eight physical cores per NUMA node or socket at startup, soft-NUMA nodes are created automatically by default.
More details please refer to the MS doc : Soft-NUMA (SQL Server).
For your question, please refer to the discussion in this post.
If the answer is helpful, please click "Accept Answer" and upvote it.
What can I do if my transaction log is full?--- Hot issues November
How to convert Profiler trace into a SQL Server table -- Hot issues November