GitHub user jeking3 opened a pull request:
https://github.com/apache/thrift/pull/1369
THRIFT-3821: make memory buffer size configurable
so unit test doesn't need 2GB to run;
also added a unit test to prove THRIFT-3480 alternative
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeking3/thrift memorybuffer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1369.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1369
----
commit 22f7af0e75768680fea79b656d6c32df5a430d43
Author: James E. King, III <[email protected]>
Date: 2017-09-22T18:20:15Z
THRIFT-3821: make memory buffer size configurable so unit test doesn't need
2GB to run; prove THRIFT-3480
----
---