-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: None
-
Component/s: Proxy (P), Server (S)
-
Environment:Gentoo-Linux
-
Sprint 72 (Jan 2021), Sprint 73 (Feb 2021)
-
1
Steps to reproduce:
- Establish an Item that reads an OID that returns a STRING
- Let the size of the returned answer bigger than 2048 chars.
Result:
The Item can't be processed with the error message
**
"Cannot receive string value: out of memory."
Expected:
The answer is processable because Zabbix's limit for the data type "Text" is 64KB.