Could you please tell me about the following? If I want to limit memory usage for a search, is it correct to think that I should set the following? ===== [search] enable_memory_tracker=true search_process_memory_usage_threshold=10000 search_process_memory_usage_percentage_threshold=60
=====
※ If either value of "10000 (MB)" or "60 (%)" is reached, the operation is forcibly terminated.
Is it correct to understand that the above setting is for all searches including ad hoc searches?
If I want to enable the settings for all app searches, is it safe to add them to limits.conf below? $SPLUNK_HOME/etc/system/local/limits.conf
※Set to $SPLUNK _ HOME/etc/apps/App name/local/limits.conf to search for individual apps.
Am I correct in thinking that the above limits.conf settings should be set for both SearchHead and Indexer?
... View more