Hi Eugene,
It would be good if you could file a bug against Jersey <
http://java.net/jira/browse/JERSEY> and attach a simple reproducer unit test (or a test application) to the bug.
Cheers,
Marek
> On 13 Feb 2015, at 12:44, Eugene Prokopiev <enp_at_itx.ru> wrote:
>
> Hi,
>
> Only clients based on default and ApacheConnectorProvider can accepts
> register(new RequestExecutorProvider()), so after many request calls
> with GrizzlyConnectorProvider and JettyConnectorProvider I got
> java.lang.OutOfMemoryError: unable to create new native thread
>
> Is possible to fix it?
>
> Another problem with JettyConnectorProvider is response buffer size
> which is limited to 2Mb by default. Is it possible to increase it?
>
> --
> WBR,
> Eugene Prokopiev