http://bugzilla.opensuse.org/show_bug.cgi?id=1202438 http://bugzilla.opensuse.org/show_bug.cgi?id=1202438#c29 --- Comment #29 from Gary Ching-Pang Lin <glin@suse.com> --- (In reply to Hansi Meir from comment #28)
And it is quite sure that the memory allocation is the reason? Since changes do nothing there: couldn't something completely different be the cause?
There are 3 possible causes in your case. 1) memory allocation 2) big file reading 3) TPM measurement on a big file The memory allocation could be very inefficient when the heap is used up following lots of small chunk allocations. This may be improved by setting a minimal allocation size. However, it doesn't help your case, so it seems to me that the delay is mainly caused by 2) and 3). It's unfortunate that those two are required for the effective TPM measurement, and I don't know if there is any way to accelerate the process... -- You are receiving this mail because: You are on the CC list for the bug.