In current code, once having request to write log record, LOGSv allocates three seperate memories (lgs_evt.c, lgs_stream.c, lgs_file.c) and do copying log record to there respectively.
As the result, it consumes memory and decrease performance if log record is in big size.
Need to figure out the better way to deal with this.
changeset: 6632:c64117f6754c
tag: tip
user: Vu Minh Nguyen vu.m.nguyuens@dektech.com.au
date: Mon Jun 29 12:57:58 2015 +0200
summary: logsv: Improve memory handling when writing log records [#1376]
rev: c64117f6754c8b5ba7c9371918d1086085dc8479
Related
Tickets:
#1376