Disable server-side Doxygen search
This may be contributing to OOM kills in our low-memory environmentpull/730/head
parent
c0471236f4
commit
c315c669b7
3
Doxyfile
3
Doxyfile
|
|
@ -1498,7 +1498,8 @@ MATHJAX_CODEFILE =
|
|||
|
||||
# Enabled by JW for server-side search, Aug 2018
|
||||
# https://www.stack.nl/~dimitri/doxygen/manual/searching.html
|
||||
SEARCHENGINE = YES
|
||||
# SEARCHENGINE = YES
|
||||
SEARCHENGINE = NO
|
||||
|
||||
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
|
||||
# implemented using a web server instead of a web client using Javascript. There
|
||||
|
|
|
|||
Loading…
Reference in New Issue