I was working on a project for work when I suddenly got the strangest error: "The Event Log is Full". Seriously? What I didn't remember is that Windows XP doesn't automatically overwrite events less than 7 days old from the event log, so when it's full, most applications that try and write to the event log are going to break. You can easily fix this problem by changing the event logs to overwrite old events regardless of the date, or just increase the size that the log is allowed to grow to. Note: If your event log is so huge within 7 days that you are getting this error, there's probably something seriously wrong. You should inspect your event log to understand what is causing all of the errors... more on that in a future article. Increasing Event Log Size Open up Event Viewer by typing in eventvwr into the Start \ Run box, or you can find it under Administrative tools section of Control Panel. You'll notice over on the right-hand side of the window that the current size of my Application and System Event Logs are 512 KB... Now you can right-click on one of the Event Logs in the list, and choose Properties from the menu.

image

In this dialog you can do a number of things... you could clear the log, increase the size, or just set the system to overwrite events as needed.

image

I chose to increase the maximum size of the event log, and then also to overwrite events as needed. 

image

For those of you using Windows Vista, you'll notice that the default settings in Vista are to overwrite as needed, and the maximum size is way bigger. Guess my setting choices make sense then...

image

Again, if your Application or System event logs are growing so gigantic that you are getting this error, you should really look into the root cause by carefully examining the entries in the logs.