Archived Content: This information is no longer maintained and is provided "as is" for your convenience.
Summary
Question
To increase logger throughput when event batch size is too big:
i. Navigate to /opt/arcsight/logger/current/arcsight/logger/bin/scripts
ii. Make a backup of servers.sh file ( cp servers.sh servers.sh.default)
iii. Edit servers.sh
- Find the line beginning “ARCSIGHT_JVM_OPTIONS”, and edit the –Xmx4096m and replace it with –Xmx8144
iv. Navigate to /opt/arcsight/logger/ userdata/logger/user/logger/
v. Edit logger.properties
- Add rawevent.reader.capacity=8 (if the value is already there, edit it to equal 8)
vi. Stop Logger Service (logger_server) and after successfully stop, start again Logger Service.