Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(421)

Issue 318260043: [plaso] Limited maximum amount of memory used by worker #1121 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 3 months ago by Joachim Metz
Modified:
7 years, 3 months ago
Reviewers:
jberggren, romaing, onager
CC:
kiddi, log2timeline-dev_googlegroups.com
Visibility:
Public.

Description

[plaso] Limited maximum amount of memory used by worker #1121

Patch Set 1 #

Total comments: 8

Patch Set 2 : Limited maximum amount of memory used by worker #1121 #

Patch Set 3 : Added command line option to control worker memory limit #

Patch Set 4 : Added command line option to control worker memory limit #

Total comments: 8

Patch Set 5 : Changes after merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -79 lines) Patch
M plaso/cli/extraction_tool.py View 1 2 3 3 chunks +0 lines, -15 lines 0 comments Download
M plaso/frontend/extraction_frontend.py View 1 2 3 4 4 chunks +5 lines, -12 lines 0 comments Download
M plaso/multi_processing/engine.py View 1 2 3 4 6 chunks +20 lines, -7 lines 0 comments Download
M plaso/multi_processing/psort.py View 1 2 3 4 10 chunks +22 lines, -8 lines 0 comments Download
M plaso/multi_processing/task_engine.py View 1 2 3 4 7 chunks +8 lines, -10 lines 0 comments Download
M tests/cli/extraction_tool.py View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M tests/frontend/extraction_frontend.py View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M tools/log2timeline.py View 1 2 3 4 7 chunks +34 lines, -13 lines 0 comments Download
M tools/log2timeline_test.py View 1 2 3 2 chunks +13 lines, -3 lines 0 comments Download
M tools/psort.py View 1 2 3 4 3 chunks +25 lines, -0 lines 0 comments Download
M tools/psort_test.py View 1 2 3 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 11
Joachim Metz
7 years, 3 months ago (2017-01-11 06:42:25 UTC) #1
onager
https://codereview.appspot.com/318260043/diff/1/plaso/multi_processing/engine.py File plaso/multi_processing/engine.py (right): https://codereview.appspot.com/318260043/diff/1/plaso/multi_processing/engine.py#newcode32 plaso/multi_processing/engine.py:32: # TODO: change to runtime configurable setting. Lets do ...
7 years, 3 months ago (2017-01-13 12:45:49 UTC) #2
Joachim Metz
Code updated.
7 years, 3 months ago (2017-01-14 08:49:39 UTC) #3
Joachim Metz
https://codereview.appspot.com/318260043/diff/1/plaso/multi_processing/engine.py File plaso/multi_processing/engine.py (right): https://codereview.appspot.com/318260043/diff/1/plaso/multi_processing/engine.py#newcode32 plaso/multi_processing/engine.py:32: # TODO: change to runtime configurable setting. As discussed ...
7 years, 3 months ago (2017-01-14 08:57:35 UTC) #4
Joachim Metz
Code updated.
7 years, 3 months ago (2017-01-14 09:00:25 UTC) #5
Joachim Metz
Code updated.
7 years, 3 months ago (2017-01-16 20:01:25 UTC) #6
Joachim Metz
Code updated.
7 years, 3 months ago (2017-01-16 20:28:04 UTC) #7
onager
Couple of docstring nits, LGTM https://codereview.appspot.com/318260043/diff/80001/plaso/multi_processing/engine.py File plaso/multi_processing/engine.py (right): https://codereview.appspot.com/318260043/diff/80001/plaso/multi_processing/engine.py#newcode115 plaso/multi_processing/engine.py:115: logging.debug(( I don't know ...
7 years, 3 months ago (2017-01-18 07:14:32 UTC) #8
Joachim Metz
https://codereview.appspot.com/318260043/diff/80001/plaso/multi_processing/engine.py File plaso/multi_processing/engine.py (right): https://codereview.appspot.com/318260043/diff/80001/plaso/multi_processing/engine.py#newcode115 plaso/multi_processing/engine.py:115: logging.debug(( users will notice a worker getting killed in ...
7 years, 3 months ago (2017-01-19 06:36:39 UTC) #9
Joachim Metz
Code updated.
7 years, 3 months ago (2017-01-19 06:42:21 UTC) #10
Joachim Metz
7 years, 3 months ago (2017-01-19 06:47:18 UTC) #11
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: python ./utils/review.py close memlimit
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b