Peer running out of memory when overloaded with searching requests

My QB64 program was asking Yacy to search ~100 times a second.
I am also testing java options.

JAVA_ARGS="-server -Djava.awt.headless=true -Dfile.encoding=UTF-8 -XX:ReservedCodeCacheSize=16m";

With httpd session pool at 200 I can overload my peer’s memory very quickly.

After httpd session pool at 20 Its a lot harder to overload my peers’s memory.

There is also an issue of yacy not saving httpd session pool settings.
If you change the setting you have to do it on each fresh start or restart.
https://github.com/yacy/yacy_search_server/issues/647