High memory usage
It seems that the plugin still has a high memory usage while parsing some specific typoscript files. Unfortunately it's not clear what exactly triggers this high consumption.
It seems that the plugin still has a high memory usage while parsing some specific typoscript files. Unfortunately it's not clear what exactly triggers this high consumption.
added p1 label
changed the description
I had high memory usage with the following code. just copy this code to eg. test.ts (.ts-file are mapped to TypoScript-Plugin)
############################################
# facets
# facet category
plugin.tx_solr.search.faceting.facets {
category {
label = Kategorie
field = category_stringM
type = hierarchy
partialName = Hierarchy_si
}
}
@dirnbauer Awesome that you found the piece of code. I really appreciate that. I assume that the strange characters in the last line, but one are the reason for this issue.
@sgalinski I've the same error here with the code snippet in the attachment. Also you will find there a log file.
Greetings from Ulm, Heiko
changed milestone to %2.0.0
assigned to @fgalinski
This error is fixed in the next version, thanks for the help. :)
closed