Just tried to search for : "for(int i = 0; i < data.length; i ++){ System.out.println(data[i]); }" And the QueryRecognizer seems to hang at 95% CPU and 75% memory. Anyone knows what could cause that?
Just tried to search for :
"for(int i = 0; i < data.length; i ++){
System.out.println(data[i]);
}"
And the QueryRecognizer seems to hang at 95% CPU and 75% memory.
Anyone knows what could cause that?