Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: T2 IXIA runs into low memory issue during test #16173

Open
auspham opened this issue Dec 20, 2024 · 0 comments
Open

[Bug]: T2 IXIA runs into low memory issue during test #16173

auspham opened this issue Dec 20, 2024 · 0 comments

Comments

@auspham
Copy link
Contributor

auspham commented Dec 20, 2024

Issue Description

Failed due to memory issue in snappi_tests/multidut/pfc/test_m2o_oversubscribe_lossless.py::test_m2o_oversubscribe_lossless[multidut_port_info1]

Results you see

        except Exception as err:
>           raise SnappiIxnException(err)
E           snappi_ixnetwork.exceptions.SnappiIxnException:   File "/usr/local/lib/python3.8/dist-packages/snappi_ixnetwork/snappi_api.py", line 502, in get_metrics
E               response = self.traffic_item.results(request.flow)
E             File "/usr/local/lib/python3.8/dist-packages/snappi_ixnetwork/trafficitem.py", line 1513, in results
E               for row in flow_stat.Rows:
E             File "/usr/local/lib/python3.8/dist-packages/ixnetwork_restpy/assistants/statistics/statviewassistant.py", line 114, in Rows
E               self._take_csv_snapshot()
E             File "/usr/local/lib/python3.8/dist-packages/ixnetwork_restpy/assistants/statistics/statviewassistant.py", line 79, in _take_csv_snapshot
E               self._IxNetwork._connection._delete_file(self._IxNetwork.href,
E             File "/usr/local/lib/python3.8/dist-packages/ixnetwork_restpy/connection.py", line 310, in _delete_file
E               self._process_response_status_code(url, headers, response)
E             File "/usr/local/lib/python3.8/dist-packages/ixnetwork_restpy/connection.py", line 358, in _process_response_status_code
E               raise ServerError(message, response.status_code)
E            
E           	Current Server Errors/Warnings:
E           	12/19/2024 01:08:36 [WARNING] The system is running low on memory (only 5% of total memory or 217MB available). This is less than what is recommended for Linux API Server and may destabilize the application/system.

Results you expected to see

without this issue

Is it platform specific

generic

Relevant log output

No response

Output of show version

No response

Attach files (if any)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant