Hi all,
What is the maximum size that tm1s.log can take? If it is in GB's, will TM1 be able to write transactions to this log? Is there a possibility of server crash because of that?
I found there is a parameter "MaxFileSize" in tm1s-log.properties file. If it is set to 100MB, that means tm1s.log can go only upto 100MB and further transactions will be written into a new tm1s.log saving the older one with timestamp. Is my understanding correct?
Thanks,
Sandhya
Size of tm1s.log
-
- Posts: 43
- Joined: Thu Sep 10, 2009 6:36 am
- OLAP Product: TM1
- Version: 9.0 and above
- Excel Version: 2003
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Size of tm1s.log
How much hard disk space have you got?Sandhya Kumar wrote:What is the maximum size that tm1s.log can take?
If you have the disk space, yes.Sandhya Kumar wrote: If it is in GB's, will TM1 be able to write transactions to this log?
If you run out of disk space, it's guaranteed. As soon as the server can't write to the transaction log, it drops.Sandhya Kumar wrote:Is there a possibility of server crash because of that?
I believe that that parameter relates to the message log, not the transaction log. The only way to get a new transaction log is to do a data save (save the cubes to disk), or do a server shutdown which does that.Sandhya Kumar wrote:I found there is a parameter "MaxFileSize" in tm1s-log.properties file. If it is set to 100MB, that means tm1s.log can go only upto 100MB and further transactions will be written into a new tm1s.log saving the older one with timestamp. Is my understanding correct?
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-
- Posts: 43
- Joined: Thu Sep 10, 2009 6:36 am
- OLAP Product: TM1
- Version: 9.0 and above
- Excel Version: 2003
Re: Size of tm1s.log
Oh. Our drive has a total size of around 900 GB and we have nearly 300 GB free space.
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Size of tm1s.log
It was a rhetorical question. IMHO regardless of whether the system allows it it would be madness to let a log file grow into gigabyte sizes. It would make searching it a nightmare, and imagine how long it would take the server to re-read it in the event of a crash. I prefer to keep them under 50 meg, and even that's during budget when the input volume is massive.Sandhya Kumar wrote:Oh. Our drive has a total size of around 900 GB and we have nearly 300 GB free space.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.