How to blow the GTX1070 with NvEncoder

Catchy title always does it …

I would like to push the max out the encoding capabilities of the GTX 10xx series.

When I use these parameters, the GPU is at only 35pct, so there is headroom to push it more and probably to improve quality.

What can I improve ?

(by the way, it is live encoding that I need)

ffmpeg -stats \
-f decklink -i "DeckLink Mini Recorder 4K@24" \
-r 30000/1000 \
-vcodec hevc_nvenc \
-profile:v main10 \
-b:v 15M -minrate 15M -maxrate 15M -rc cbr \
-delay 40 \
-rc-lookahead 32 \
-pix_fmt yuv444p \
-r 30000/1000 \
-s 3840x2160 \
-g 180 \
-tier high \
-me_method tesa \
-nonref_p 0 \
-zerolatency 1 \
-strict_gop 1 \
-acodec aac -b:a 192k -channels 2 \
-streamid 0:512 -streamid 1:4112 \
-f mpegts \
-mpegts_original_network_id 1 \
-mpegts_transport_stream_id 1 \
-mpegts_service_id 5555 \
-mpegts_pmt_start_pid 2048 \
-mpegts_start_pid 512 \
-metadata service_provider="testing" \
-metadata service_name="UHD HEVC Live" \
-muxrate 16M \
-y HEVC.ts