Hi, We are seeing irregular spikes in CPU usage on our system. Our project is deployed on kubernetes pods & docker containers. All of our Aspose operations are in this one project. We believe that this is may be
image.png (43.7 KB)
happening due to conversion of excel to pdf / word to pdf & powerpoint to pdf.
We see that some conversions of excel (550kb file size) to pdf are taking sometimes over a minute. And even large word documents are taking some time.
However, even when there is less or no load on the endpoints, we are seeing spikes in CPU for no reason(shown in picture).
Operations being performed in this project with Aspose
-Creating a table in a word document & returning the document
-Creating a few paged PDF document & returning
-Creating a few paged word document & returning
-Converting word to pdf, excel to pdf, powerpoint to pdf
We are using .NET C#
Aspose Cells version 25.1.1
Aspose.Pdf.Drawing version 24.12.0
Aspose.Slides.NET6.CrossPlatform version 25.1.0
Aspose.Words version 25.1.0
Overall, we want to know
-why some file conversions are taking a long time (over a minute) & if we can lower this time
-why we are having extremely large CPU Spikes from 0 GB cpu to 14 GB cpu usage then back down to 0gb
Please let us know if you have any insights.
Thank you