Re: [libvirt] [PATCH 2/2] rpc: Size up RPC limits

2012-05-14 Thread Eric Blake
On 04/27/2012 07:22 AM, Michal Privoznik wrote: > Since we are allocating RPC buffer dynamically, we can increase limits > for max. size of RPC message and RPC string. This is needed to cover > some corner cases where libvirt is run on such huge machines that their > capabilities XML is 4 times big

[libvirt] [PATCH 2/2] rpc: Size up RPC limits

2012-04-27 Thread Michal Privoznik
Since we are allocating RPC buffer dynamically, we can increase limits for max. size of RPC message and RPC string. This is needed to cover some corner cases where libvirt is run on such huge machines that their capabilities XML is 4 times bigger than our current limit. This leaves users with inabi