Hi
I'm trying to get dlg.list on a busy system via jsonrpc and xhttp.
I already increased:
tcp_conn_wq_max=2048 tcp_wq_max=20480 modparam("ctl", "binrpc_max_body_size", 2048) modparam("ctl", "binrpc_struct_max_body_size", 2048)
But it looks like the tcp write queue overflows up at shy over 1MB reply no matter what I change.
Any ideas what else to toggle?