Michael Yavorovsky wrote:
Hi,
I'm using TableUtils.getTable (SNMPv1) to get rather big tables
(something like 2k rows) and on some step I started to get OutOfMemory
exceptions while running this method. Than I tried to get those tables
asynchronously and got worse performance. Is there any other solution
to provide better performance for big SNMP tables?
Thanks in advance,
Michael
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j
Not sure why you are getting an out of memory exception. I have
actually retrieved much larger tables than that using TableUtils both
synchronously and asynchronously and have had no issues. Check the code
you are executing when processing the table maybe.
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j