than 10GB,
Now my question is that,
Does it make any time base difference for OS to append to log file with 100kb in compare of 10 Gb ?
(I'm using php/laravel)
question back to you. why the log must be at 10GB currently?
I need it in development mode, just I need to check benchmark. So Does it make any time base difference for OS to append to log file with 100kb in compare of 10 Gb ?
I believe it depends on filesystem and how they treat the file. Copy on write filesystem might be having issue because it has to make copy first before appending. append only filesystem might be OK because it just need to write the data and point it to the location of previous data
Short answer : yes
Could you please explain a little more?
Обсуждают сегодня