Hi @bhavesh !
Enterprise Search uses the Java Virtual Machine for running. Please check that the JAVA_OPTS environment variable includes the -Xmx option for setting up the maximum available memory for the Java Virtual Machine. For example:
export JAVA_OPTS=-Xmx128g
will use 128GB as your maximum JVM heap memory size.
Hope this helps!