We've got an issue on our application where the CPU usage will slowly grow over time (eventually getting to 100%, unless we reboot the app to bring it back down):

We're using the DirectFileStore and find that if we clear the bin files manually (as is done on app boot) the CPU usage immediately drops off a cliff:

No issues with memory usage. Any thoughts on what could be causing this?
We've got an issue on our application where the CPU usage will slowly grow over time (eventually getting to 100%, unless we reboot the app to bring it back down):
We're using the
DirectFileStoreand find that if we clear the bin files manually (as is done on app boot) the CPU usage immediately drops off a cliff:No issues with memory usage. Any thoughts on what could be causing this?