diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-06-27 13:37:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-27 13:37:17 +0000 |
commit | 8be513dd84b77d8207c17157a2c1d8420626e399 (patch) | |
tree | 0429ccd4ce22d339b0432946312c616534f2ab35 | |
parent | a2daeb561725c250269f811adb83d033c33a913c (diff) |
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "bugfix: pagination crash due to memory limitation"
- bugfix: pagination crash due to memory limitation
MongoDB sorts the results in memory, and the default mem limitation is
32M, if the sort operation consumes more than that it will return an
error:
OperationFailure: Executor error during find command: OperationFailed
Sort operation used more than the maximum 33554432 bytes of RAM. Add an
index, or specify a smaller limit.
To solve this problem, here we leverage aggregate() and
allowDiskUse=True, it is said will not be limited by memory
Change-Id: Id698ad1d02912e8b350a33a926fcccc390814fcc
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
m--------- | docs/submodules/releng | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/releng b/docs/submodules/releng -Subproject c51d9aaf9487846e2d4e5fc8e9a6f97a18feaa7 +Subproject e75effebd724d2478f73b422e160be46259b600 |