I have very high loaded server, I run tally cron rotation every 6 hours.
,beacause every 6 hours, access_log size reaches about 1.5-2.4 GB size.
but every time after log rotate complete, begins GZIP (that compress roteted log) process - consumes very much processor & mem resources, which with ingoing http request makes server almost inoperable ( load level: 20 and more ) for 10-15 min, and than starts dataskq that consumes almost every all processor resource for 10-15 min.
So i have delays in server's work about 40 mins a day.
All other time (before rotate and after 30 min of rotate) server works smoothly, about 500 processes and 1-3 load level.
Is any way to disable GZIP logs? ( i don't need to store arhives of logs )
and make dataskq to consume less resources (lower priority?) after log rotation.
Thanks!
,beacause every 6 hours, access_log size reaches about 1.5-2.4 GB size.
but every time after log rotate complete, begins GZIP (that compress roteted log) process - consumes very much processor & mem resources, which with ingoing http request makes server almost inoperable ( load level: 20 and more ) for 10-15 min, and than starts dataskq that consumes almost every all processor resource for 10-15 min.
So i have delays in server's work about 40 mins a day.
All other time (before rotate and after 30 min of rotate) server works smoothly, about 500 processes and 1-3 load level.
Is any way to disable GZIP logs? ( i don't need to store arhives of logs )
and make dataskq to consume less resources (lower priority?) after log rotation.
Thanks!