[
https://issues.apache.org/jira/browse/SLIDER-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14196924#comment-14196924
]
Gour Saha commented on SLIDER-129:
----------------------------------
Following python files have the listed unused imports which we should get rid
of. This might not give us any gain in memory footprint reduction, but
nevertheless we should cleanup -
{noformat}
./slider-agent/src/main/python/agent/__init__.py - generators
./slider-agent/src/main/python/agent/hostname.py - traceback
./slider-agent/src/main/python/agent/main.py - ConfigParser
./slider-agent/src/main/python/agent/PythonExecutor.py - AgentToggleLogger
./slider-agent/src/main/python/agent/Register.py - subprocess
./slider-agent/src/main/python/agent/shell.py - tempfile, sys, traceback, pprint
{noformat}
> Evaluate footprint for the agent process and scale it to multiple instances
> ---------------------------------------------------------------------------
>
> Key: SLIDER-129
> URL: https://issues.apache.org/jira/browse/SLIDER-129
> Project: Slider
> Issue Type: Bug
> Components: agent
> Affects Versions: Slider 0.40
> Reporter: Sumit Mohanty
> Assignee: Gour Saha
> Priority: Critical
> Fix For: Slider 0.60
>
>
> Slider create one instance of the agent per container. The foot print of the
> agent instance need to be analyzed against the possibility of a number of
> such agents on a single host.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)