At times while the indexer is running a job with full shards of 10k lines in a file, a critical error is thrown, as below. It does not seem to affect performance, nor do any records fail to index. As such, it is not critical.
2015-08-13 13:42:40.146
Exceeded soft private memory limit of 128 MB with 129 MB after servicing 27 requests total
W 2015-08-13 13:42:40.146
After handling this request, the process that handled this request was found to be using too much memory and was terminated. This is likely to cause a new process to be used for the next request to your application. If you see this message frequently, you may have a memory leak in your application.
At times while the indexer is running a job with full shards of 10k lines in a file, a critical error is thrown, as below. It does not seem to affect performance, nor do any records fail to index. As such, it is not critical.
2015-08-13 13:42:40.146
Exceeded soft private memory limit of 128 MB with 129 MB after servicing 27 requests total
W 2015-08-13 13:42:40.146
After handling this request, the process that handled this request was found to be using too much memory and was terminated. This is likely to cause a new process to be used for the next request to your application. If you see this message frequently, you may have a memory leak in your application.